GoogleCloudAiplatformV1RubricContent.fromJson constructor

GoogleCloudAiplatformV1RubricContent.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1RubricContent.fromJson(core.Map json_)
  : this(
      property: json_.containsKey('property')
          ? GoogleCloudAiplatformV1RubricContentProperty.fromJson(
              json_['property'] as core.Map<core.String, core.dynamic>,
            )
          : null,
    );