ListAddressGroupsResponse constructor

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

Implementation

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