GoogleCloudAiplatformV1MemoryGenerationTriggerConfigGenerationTriggerRule.fromJson constructor
GoogleCloudAiplatformV1MemoryGenerationTriggerConfigGenerationTriggerRule.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1MemoryGenerationTriggerConfigGenerationTriggerRule.fromJson(
core.Map json_,
) : this(
eventCount: json_['eventCount'] as core.int?,
fixedInterval: json_['fixedInterval'] as core.String?,
idleDuration: json_['idleDuration'] as core.String?,
overlapEventCount: json_['overlapEventCount'] as core.int?,
);