PscConnection constructor
PscConnection({
- String? consumerAddress,
- String? consumerForwardingRule,
- String? consumerTargetProject,
- GoogleRpcStatus? error,
- GoogleRpcErrorInfo? errorInfo,
- String? errorType,
- String? gceOperation,
- String? pscConnectionId,
- String? selectedSubnetwork,
- String? state,
Implementation
PscConnection({
this.consumerAddress,
this.consumerForwardingRule,
this.consumerTargetProject,
this.error,
this.errorInfo,
this.errorType,
this.gceOperation,
this.pscConnectionId,
this.selectedSubnetwork,
this.state,
});