Required. A name of the AddressGroup to clone items to. Must be in the format projects|organization/*/locations/{location}/addressGroups/*.
Query parameters
Parameters
pageSize
integer
The maximum number of references to return. If unspecified, server will pick an appropriate default. Server may return fewer items than requested. A caller should only rely on response's nextPageToken to determine if there are more AddressGroupUsers left to be queried.
pageToken
string
The nextPageToken value returned from a previous List request, if any.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-06-26 UTC."],[[["This page details how to list references of an address group using a `GET` request to a specific URL with gRPC Transcoding syntax."],["The request requires a path parameter, `addressGroup`, which is a string representing the name of the address group in the format `projects|organization/*/locations/{location}/addressGroups/*`."],["Optional query parameters `pageSize` and `pageToken` can be used to manage the number of returned references and for pagination."],["The request body must be empty, and a successful request will return a `ListAddressGroupReferencesResponse` instance."],["The request requires `https://www.googleapis.com/auth/cloud-platform` OAuth scope for authorization."]]],[]]