GoogleCloudMetastoreV2Endpoint.fromJson constructor

GoogleCloudMetastoreV2Endpoint.fromJson(
  1. Map json_
)

Implementation

GoogleCloudMetastoreV2Endpoint.fromJson(core.Map json_)
    : this(
        endpointUri: json_['endpointUri'] as core.String?,
        region: json_['region'] as core.String?,
      );