GoogleCloudAiplatformV1MetadataStoreMetadataStoreState.fromJson constructor
GoogleCloudAiplatformV1MetadataStoreMetadataStoreState.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1MetadataStoreMetadataStoreState.fromJson(
core.Map json_)
: this(
diskUtilizationBytes: json_['diskUtilizationBytes'] as core.String?,
);