GoogleFirebaseExtensionsV1betaExtensionSpecParameter constructor
GoogleFirebaseExtensionsV1betaExtensionSpecParameter({
- String? default_,
- String? description,
- String? example,
- bool? immutable,
- String? label,
- List<
GoogleFirebaseExtensionsV1betaParamSelectOption> ? options, - String? param,
- bool? required,
- GoogleFirebaseExtensionsV1betaResourceInfo? resourceInfo,
- String? type,
- String? validationErrorMessage,
- String? validationRegex,
Implementation
GoogleFirebaseExtensionsV1betaExtensionSpecParameter({
this.default_,
this.description,
this.example,
this.immutable,
this.label,
this.options,
this.param,
this.required,
this.resourceInfo,
this.type,
this.validationErrorMessage,
this.validationRegex,
});