GoogleCloudAiplatformV1Metadata.fromJson constructor

GoogleCloudAiplatformV1Metadata.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1Metadata.fromJson(core.Map json_)
  : this(
      attributes:
          (json_['attributes'] as core.Map<core.String, core.dynamic>?)?.map(
            (key, value) => core.MapEntry(key, value as core.String),
          ),
    );