GoogleCloudApihubV1ConfigVariableTemplate constructor

GoogleCloudApihubV1ConfigVariableTemplate({
  1. String? description,
  2. List<GoogleCloudApihubV1ConfigValueOption>? enumOptions,
  3. String? id,
  4. List<GoogleCloudApihubV1ConfigValueOption>? multiSelectOptions,
  5. bool? required,
  6. String? validationRegex,
  7. String? valueType,
})

Implementation

GoogleCloudApihubV1ConfigVariableTemplate({
  this.description,
  this.enumOptions,
  this.id,
  this.multiSelectOptions,
  this.required,
  this.validationRegex,
  this.valueType,
});