GoogleFirebaseExtensionsV1betaExtensionSpec constructor

GoogleFirebaseExtensionsV1betaExtensionSpec({
  1. List<GoogleFirebaseExtensionsV1betaApi>? apis,
  2. GoogleFirebaseExtensionsV1betaAuthor? author,
  3. bool? billingRequired,
  4. List<GoogleFirebaseExtensionsV1betaAuthor>? contributors,
  5. String? description,
  6. String? displayName,
  7. List<GoogleFirebaseExtensionsV1betaEventDescriptor>? events,
  8. List<GoogleFirebaseExtensionsV1betaExternalService>? externalServices,
  9. String? license,
  10. String? name,
  11. List<GoogleFirebaseExtensionsV1betaExtensionSpecParameter>? params,
  12. String? postinstallContent,
  13. String? preinstallContent,
  14. String? readmeContent,
  15. String? releaseNotesUrl,
  16. List<GoogleFirebaseExtensionsV1betaResource>? resources,
  17. List<GoogleFirebaseExtensionsV1betaRole>? roles,
  18. String? sourceUrl,
  19. String? specVersion,
  20. String? version,
})

Implementation

GoogleFirebaseExtensionsV1betaExtensionSpec({
  this.apis,
  this.author,
  this.billingRequired,
  this.contributors,
  this.description,
  this.displayName,
  this.events,
  this.externalServices,
  this.license,
  this.name,
  this.params,
  this.postinstallContent,
  this.preinstallContent,
  this.readmeContent,
  this.releaseNotesUrl,
  this.resources,
  this.roles,
  this.sourceUrl,
  this.specVersion,
  this.version,
});