InterconnectGroupsCreateMembersInterconnectInput constructor

InterconnectGroupsCreateMembersInterconnectInput({
  1. bool? adminEnabled,
  2. String? customerName,
  3. String? description,
  4. String? facility,
  5. String? interconnectType,
  6. String? linkType,
  7. String? name,
  8. String? nocContactEmail,
  9. String? remoteLocation,
  10. List<String>? requestedFeatures,
  11. int? requestedLinkCount,
})

Implementation

InterconnectGroupsCreateMembersInterconnectInput({
  this.adminEnabled,
  this.customerName,
  this.description,
  this.facility,
  this.interconnectType,
  this.linkType,
  this.name,
  this.nocContactEmail,
  this.remoteLocation,
  this.requestedFeatures,
  this.requestedLinkCount,
});