deployInfos property

List<DeployInfo>? deployInfos
getter/setter pair

Additional deploy information including the desired initial percentage rollout.

Defaults to the current value saved in the developer dashboard if unset.

Optional.

Implementation

core.List<DeployInfo>? deployInfos;