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 endpoint retrieves a list of references for a specified address group using a GET request."],["The request URL requires a path parameter `addressGroup` which specifies the name of the address group in the format `organizations/*/locations/*/addressGroups/*`."],["The request supports optional query parameters `pageSize` to limit the number of references returned and `pageToken` for pagination through a large result set."],["The request body must be empty, and the response will be a `ListAddressGroupReferencesResponse` object."],["The endpoint requires `https://www.googleapis.com/auth/cloud-platform` OAuth scope for authentication."]]],[]]