GoogleCloudAiplatformV1Event.fromJson constructor
GoogleCloudAiplatformV1Event.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1Event.fromJson(core.Map json_)
: this(
artifact: json_['artifact'] as core.String?,
eventTime: json_['eventTime'] as core.String?,
execution: json_['execution'] as core.String?,
labels: (json_['labels'] as core.Map<core.String, core.dynamic>?)?.map(
(key, value) => core.MapEntry(key, value as core.String),
),
type: json_['type'] as core.String?,
);