GoogleCloudChannelV1ParameterDefinition constructor

GoogleCloudChannelV1ParameterDefinition({
  1. List<GoogleCloudChannelV1Value>? allowedValues,
  2. GoogleCloudChannelV1Value? maxValue,
  3. GoogleCloudChannelV1Value? minValue,
  4. String? name,
  5. bool? optional,
  6. String? parameterType,
})

Implementation

GoogleCloudChannelV1ParameterDefinition({
  this.allowedValues,
  this.maxValue,
  this.minValue,
  this.name,
  this.optional,
  this.parameterType,
});