GoogleCloudAiplatformV1PublisherModelDocumentation.fromJson constructor
GoogleCloudAiplatformV1PublisherModelDocumentation.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1PublisherModelDocumentation.fromJson(core.Map json_)
: this(
content: json_['content'] as core.String?,
title: json_['title'] as core.String?,
);