GoogleCloudAiplatformV1IndexPrivateEndpoints.fromJson constructor
GoogleCloudAiplatformV1IndexPrivateEndpoints.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1IndexPrivateEndpoints.fromJson(core.Map json_)
: this(
matchGrpcAddress: json_['matchGrpcAddress'] as core.String?,
pscAutomatedEndpoints:
(json_['pscAutomatedEndpoints'] as core.List?)
?.map(
(value) =>
GoogleCloudAiplatformV1PscAutomatedEndpoints.fromJson(
value as core.Map<core.String, core.dynamic>,
),
)
.toList(),
serviceAttachment: json_['serviceAttachment'] as core.String?,
);