GoogleFirebaseExtensionsV1betaExtensionInstance constructor

GoogleFirebaseExtensionsV1betaExtensionInstance({
  1. GoogleFirebaseExtensionsV1betaExtensionInstanceConfig? config,
  2. String? createTime,
  3. GoogleRpcStatus? errorStatus,
  4. String? etag,
  5. String? lastOperationName,
  6. String? lastOperationType,
  7. String? name,
  8. String? serviceAccountEmail,
  9. String? state,
  10. String? updateTime,
})

Implementation

GoogleFirebaseExtensionsV1betaExtensionInstance({
  this.config,
  this.createTime,
  this.errorStatus,
  this.etag,
  this.lastOperationName,
  this.lastOperationType,
  this.name,
  this.serviceAccountEmail,
  this.state,
  this.updateTime,
});