InterconnectGroupsCreateMembers constructor
InterconnectGroupsCreateMembers({
- String? intentMismatchBehavior,
- List<
InterconnectGroupsCreateMembersInterconnectInput> interconnects = const [], - InterconnectGroupsCreateMembersInterconnectInput? templateInterconnect,
Implementation
InterconnectGroupsCreateMembers({
this.intentMismatchBehavior,
this.interconnects = const [],
this.templateInterconnect,
}) : super(fullyQualifiedName);