GoogleFirebaseExtensionsV1betaExtensionVersion constructor

GoogleFirebaseExtensionsV1betaExtensionVersion({
  1. String? createTime,
  2. String? deleteTime,
  3. String? deprecationMessage,
  4. String? hash,
  5. String? id,
  6. String? name,
  7. String? ref,
  8. String? releaseNotes,
  9. String? sourceDownloadUri,
  10. GoogleFirebaseExtensionsV1betaExtensionSpec? spec,
  11. String? state,
})

Implementation

GoogleFirebaseExtensionsV1betaExtensionVersion({
  this.createTime,
  this.deleteTime,
  this.deprecationMessage,
  this.hash,
  this.id,
  this.name,
  this.ref,
  this.releaseNotes,
  this.sourceDownloadUri,
  this.spec,
  this.state,
});