GoogleFirebaseExtensionsV1betaExtensionInstanceConfig constructor

GoogleFirebaseExtensionsV1betaExtensionInstanceConfig({
  1. List<String>? allowedEventTypes,
  2. String? createTime,
  3. String? eventarcChannel,
  4. String? extensionRef,
  5. String? extensionVersion,
  6. String? name,
  7. Map<String, String>? params,
  8. String? populatedPostinstallContent,
  9. GoogleFirebaseExtensionsV1betaExtensionSource? source,
})

Implementation

GoogleFirebaseExtensionsV1betaExtensionInstanceConfig({
  this.allowedEventTypes,
  this.createTime,
  this.eventarcChannel,
  this.extensionRef,
  this.extensionVersion,
  this.name,
  this.params,
  this.populatedPostinstallContent,
  this.source,
});