percentages property

List<int>? percentages
getter/setter pair

The percentage based deployments that will occur as a part of a Rollout.

List is expected in ascending order and each integer n is 0 <= n < 100.

Required.

Implementation

core.List<core.int>? percentages;