SearchSettingValuesResponse

  • This content describes the JSON representation of settings retrieved from settings.search.

  • The response includes an array of settingValues, each representing a setting on the Cloud resource, and a currently unused nextPageToken field.

  • Each settingValue object conforms to the SettingValue schema detailed in external documentation.

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.