InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers constructor

InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers({
  1. List<String>? attachments,
  2. String? blockerType,
  3. String? documentationLink,
  4. String? explanation,
  5. List<String>? metros,
  6. List<String>? regions,
  7. List<String>? zones,
})

Implementation

InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers({
  this.attachments,
  this.blockerType,
  this.documentationLink,
  this.explanation,
  this.metros,
  this.regions,
  this.zones,
});