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