PscConnection constructor

PscConnection({
  1. String? consumerAddress,
  2. String? consumerForwardingRule,
  3. String? consumerTargetProject,
  4. GoogleRpcStatus? error,
  5. GoogleRpcErrorInfo? errorInfo,
  6. String? errorType,
  7. String? gceOperation,
  8. String? pscConnectionId,
  9. String? selectedSubnetwork,
  10. String? state,
})

Implementation

PscConnection({
  this.consumerAddress,
  this.consumerForwardingRule,
  this.consumerTargetProject,
  this.error,
  this.errorInfo,
  this.errorType,
  this.gceOperation,
  this.pscConnectionId,
  this.selectedSubnetwork,
  this.state,
});