SearchSettingValuesResponse

The response from settings.search.

JSON representation
{
  "settingValues": [
    {
      object (SettingValue)
    }
  ],
  "nextPageToken": string
}
Fields
settingValues[]

object (SettingValue)

All setting values that exist on the specified Cloud resource.

nextPageToken

string

Unused. A page token used to retrieve the next page.