RolloutPlanWaveOrchestrationOptionsDelay.fromJson constructor
RolloutPlanWaveOrchestrationOptionsDelay.fromJson(
- Map json_
Implementation
RolloutPlanWaveOrchestrationOptionsDelay.fromJson(core.Map json_)
: this(
delimiter: json_['delimiter'] as core.String?,
duration: json_['duration'] as core.String?,
type: json_['type'] as core.String?,
);