allowedValues property

List<GoogleCloudChannelV1Value>? allowedValues
getter/setter pair

If not empty, parameter values must be drawn from this list.

For example, [us-west1, us-west2, ...] Applicable to STRING parameter type.

Implementation

core.List<GoogleCloudChannelV1Value>? allowedValues;