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 associated with a specific address group."],["The HTTP request utilizes the `GET` method with a URL structure that follows gRPC Transcoding syntax to specify the target address group via its name."],["The `addressGroup` path parameter is required to identify the address group for which the references will be listed and must adhere to a defined format."],["Optional query parameters, `pageSize` and `pageToken`, can be used to manage the number of references returned and to navigate through paginated results, respectively."],["The request body for this `GET` request is empty, and the response will contain a `ListAddressGroupReferencesResponse` object if the request is successful."]]],[]]