InterconnectGroupsCreateMembers constructor

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

Implementation

InterconnectGroupsCreateMembers({
  this.intentMismatchBehavior,
  this.interconnects = const [],
  this.templateInterconnect,
}) : super(fullyQualifiedName);