ServiceAttachmentConsumerProjectLimit constructor

ServiceAttachmentConsumerProjectLimit({
  1. int? connectionLimit,
  2. String? endpointUrl,
  3. String? networkUrl,
  4. String? projectIdOrNum,
})

Implementation

ServiceAttachmentConsumerProjectLimit({
  this.connectionLimit,
  this.endpointUrl,
  this.networkUrl,
  this.projectIdOrNum,
});