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