ConsumerPscConnection constructor

ConsumerPscConnection({
  1. GoogleRpcStatus? error,
  2. GoogleRpcErrorInfo? errorInfo,
  3. String? errorType,
  4. String? forwardingRule,
  5. String? gceOperation,
  6. String? ip,
  7. String? network,
  8. String? project,
  9. String? pscConnectionId,
  10. String? selectedSubnetwork,
  11. String? serviceAttachmentUri,
  12. String? state,
})

Implementation

ConsumerPscConnection({
  this.error,
  this.errorInfo,
  this.errorType,
  this.forwardingRule,
  this.gceOperation,
  this.ip,
  this.network,
  this.project,
  this.pscConnectionId,
  this.selectedSubnetwork,
  this.serviceAttachmentUri,
  this.state,
});