CreateChildRolloutJobRun.fromJson constructor

CreateChildRolloutJobRun.fromJson(
  1. Map json_
)

Implementation

CreateChildRolloutJobRun.fromJson(core.Map json_)
  : this(
      rollout: json_['rollout'] as core.String?,
      rolloutPhaseId: json_['rolloutPhaseId'] as core.String?,
    );