GoogleCloudAiplatformV1UndeployIndexRequest.fromJson constructor
GoogleCloudAiplatformV1UndeployIndexRequest.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1UndeployIndexRequest.fromJson(core.Map json_)
: this(
deployedIndexId: json_.containsKey('deployedIndexId')
? json_['deployedIndexId'] as core.String
: null,
);