ListGatewayGroupsResponse constructor
ListGatewayGroupsResponse({
- List<
GatewayGroupSummary> ? gatewayGroups, - String? nextToken,
Implementation
ListGatewayGroupsResponse({
this.gatewayGroups,
this.nextToken,
});