GoogleCloudAiplatformV1MetadataStoreMetadataStoreState.fromJson constructor

GoogleCloudAiplatformV1MetadataStoreMetadataStoreState.fromJson(
  1. Map json_
)

Implementation

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