GoogleCloudAiplatformV1PscAutomatedEndpoints.fromJson constructor

GoogleCloudAiplatformV1PscAutomatedEndpoints.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1PscAutomatedEndpoints.fromJson(core.Map json_)
    : this(
        matchAddress: json_.containsKey('matchAddress')
            ? json_['matchAddress'] as core.String
            : null,
        network: json_.containsKey('network')
            ? json_['network'] as core.String
            : null,
        projectId: json_.containsKey('projectId')
            ? json_['projectId'] as core.String
            : null,
      );