GoogleCloudChannelV1ParameterDefinition constructor
GoogleCloudChannelV1ParameterDefinition({
- List<
GoogleCloudChannelV1Value> ? allowedValues, - GoogleCloudChannelV1Value? maxValue,
- GoogleCloudChannelV1Value? minValue,
- String? name,
- bool? optional,
- String? parameterType,
Implementation
GoogleCloudChannelV1ParameterDefinition({
this.allowedValues,
this.maxValue,
this.minValue,
this.name,
this.optional,
this.parameterType,
});