PscConfig constructor

PscConfig({
  1. List<String>? allowedGoogleProducersResourceHierarchyLevel,
  2. String? limit,
  3. String? producerInstanceLocation,
  4. List<String>? subnetworks,
})

Implementation

PscConfig({
  this.allowedGoogleProducersResourceHierarchyLevel,
  this.limit,
  this.producerInstanceLocation,
  this.subnetworks,
});