ListAddressGroupsResponse constructor
ListAddressGroupsResponse({
- List<
AddressGroup> ? addressGroups, - String? nextPageToken,
Implementation
ListAddressGroupsResponse({
this.addressGroups,
this.nextPageToken,
});