GoogleFirebaseExtensionsV1betaExtensionSpec constructor
GoogleFirebaseExtensionsV1betaExtensionSpec({
- List<
GoogleFirebaseExtensionsV1betaApi> ? apis, - GoogleFirebaseExtensionsV1betaAuthor? author,
- bool? billingRequired,
- List<
GoogleFirebaseExtensionsV1betaAuthor> ? contributors, - String? description,
- String? displayName,
- List<
GoogleFirebaseExtensionsV1betaEventDescriptor> ? events, - List<
GoogleFirebaseExtensionsV1betaExternalService> ? externalServices, - String? license,
- String? name,
- List<
GoogleFirebaseExtensionsV1betaExtensionSpecParameter> ? params, - String? postinstallContent,
- String? preinstallContent,
- String? readmeContent,
- String? releaseNotesUrl,
- List<
GoogleFirebaseExtensionsV1betaResource> ? resources, - List<
GoogleFirebaseExtensionsV1betaRole> ? roles, - String? sourceUrl,
- String? specVersion,
- 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,
});