GoogleFirebaseExtensionsV1betaExtensionSpecParameter constructor

GoogleFirebaseExtensionsV1betaExtensionSpecParameter({
  1. String? default_,
  2. String? description,
  3. String? example,
  4. bool? immutable,
  5. String? label,
  6. List<GoogleFirebaseExtensionsV1betaParamSelectOption>? options,
  7. String? param,
  8. bool? required,
  9. GoogleFirebaseExtensionsV1betaResourceInfo? resourceInfo,
  10. String? type,
  11. String? validationErrorMessage,
  12. 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,
});