ConsumerPscConfig constructor

ConsumerPscConfig({
  1. bool? disableGlobalAccess,
  2. String? network,
  3. String? producerInstanceId,
  4. String? project,
  5. Map<String, String>? serviceAttachmentIpAddressMap,
  6. String? state,
})

Implementation

ConsumerPscConfig({
  this.disableGlobalAccess,
  this.network,
  this.producerInstanceId,
  this.project,
  this.serviceAttachmentIpAddressMap,
  this.state,
});