GoogleFirebaseExtensionsV1betaExtensionInstance constructor
GoogleFirebaseExtensionsV1betaExtensionInstance({
- GoogleFirebaseExtensionsV1betaExtensionInstanceConfig? config,
- String? createTime,
- GoogleRpcStatus? errorStatus,
- String? etag,
- String? lastOperationName,
- String? lastOperationType,
- String? name,
- String? serviceAccountEmail,
- String? state,
- String? updateTime,
Implementation
GoogleFirebaseExtensionsV1betaExtensionInstance({
this.config,
this.createTime,
this.errorStatus,
this.etag,
this.lastOperationName,
this.lastOperationType,
this.name,
this.serviceAccountEmail,
this.state,
this.updateTime,
});