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