GoogleCloudAiplatformV1RubricContentProperty.fromJson constructor

GoogleCloudAiplatformV1RubricContentProperty.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1RubricContentProperty.fromJson(core.Map json_)
  : this(description: json_['description'] as core.String?);