InterconnectGroupsCreateMembers constructor

InterconnectGroupsCreateMembers({
  1. String? intentMismatchBehavior,
  2. List<InterconnectGroupsCreateMembersInterconnectInput>? interconnects,
  3. InterconnectGroupsCreateMembersInterconnectInput? templateInterconnect,
})

Implementation

InterconnectGroupsCreateMembers({
  this.intentMismatchBehavior,
  this.interconnects,
  this.templateInterconnect,
});