ListAddressGroupsResponse

Stay organized with collections Save and categorize content based on your preferences.

Response returned by the addressGroups.list method.

JSON representation
{
  "addressGroups": [
    {
      object (AddressGroup)
    }
  ],
  "nextPageToken": string
}
Fields
addressGroups[]

object (AddressGroup)

List of AddressGroups resources.

nextPageToken

string

If there might be more results than those appearing in this response, then nextPageToken is included. To get the next set of results, call this method again using the value of nextPageToken as pageToken.