GoogleCloudApihubV1ConfigVariableTemplate constructor
GoogleCloudApihubV1ConfigVariableTemplate({
- String? description,
- List<
GoogleCloudApihubV1ConfigValueOption> ? enumOptions, - String? id,
- List<
GoogleCloudApihubV1ConfigValueOption> ? multiSelectOptions, - bool? required,
- String? validationRegex,
- String? valueType,
Implementation
GoogleCloudApihubV1ConfigVariableTemplate({
this.description,
this.enumOptions,
this.id,
this.multiSelectOptions,
this.required,
this.validationRegex,
this.valueType,
});