GoogleFirebaseExtensionsV1betaExtension constructor

GoogleFirebaseExtensionsV1betaExtension({
  1. String? createTime,
  2. String? deleteTime,
  3. String? iconUri,
  4. String? latestVersion,
  5. String? latestVersionCreateTime,
  6. String? name,
  7. GoogleFirebaseExtensionsV1betaPublisherSummary? publisher,
  8. String? ref,
  9. String? registryLaunchStage,
  10. String? state,
  11. String? visibility,
})

Implementation

GoogleFirebaseExtensionsV1betaExtension({
  this.createTime,
  this.deleteTime,
  this.iconUri,
  this.latestVersion,
  this.latestVersionCreateTime,
  this.name,
  this.publisher,
  this.ref,
  this.registryLaunchStage,
  this.state,
  this.visibility,
});