ListAddressGroupsResponse constructor

ListAddressGroupsResponse({
  1. List<AddressGroup>? addressGroups,
  2. String? nextPageToken,
})

Implementation

ListAddressGroupsResponse({
  this.addressGroups,
  this.nextPageToken,
});