GoogleCloudAiplatformV1PublisherModelCallToActionOpenNotebooks.fromJson constructor
GoogleCloudAiplatformV1PublisherModelCallToActionOpenNotebooks.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1PublisherModelCallToActionOpenNotebooks.fromJson(
core.Map json_)
: this(
notebooks: (json_['notebooks'] as core.List?)
?.map((value) =>
GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences
.fromJson(value as core.Map<core.String, core.dynamic>))
.toList(),
);