ServiceAttachmentConsumerProjectLimit constructor

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

Implementation

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