GoogleCloudAiplatformV1PublisherModelDocumentation constructor

GoogleCloudAiplatformV1PublisherModelDocumentation({
  1. String? content,
  2. String? title,
})

Implementation

GoogleCloudAiplatformV1PublisherModelDocumentation({
  this.content,
  this.title,
});