ListAddressGroupsResponse

ListAddressGroups 方法傳回的回應。

JSON 表示法
{
  "addressGroups": [
    {
      object (AddressGroup)
    }
  ],
  "nextPageToken": string
}
欄位
addressGroups[]

object (AddressGroup)

AddressGroups 資源清單。

nextPageToken

string

如果結果可能比此回應中顯示的結果多,就會加入 nextPageToken。如要取得下一組結果,請使用 nextPageToken 的值 (pageToken) 再次呼叫此方法。