ListSettingsResponse

  • The settings.list response provides a list of settings available for a specified Cloud resource in JSON format.

  • The response includes a settings field containing an array of Setting objects and a currently unused nextPageToken field.

The response from settings.list.

JSON representation
{
  "settings": [
    {
      object (Setting)
    }
  ],
  "nextPageToken": string
}
Fields
settings[]

object (Setting)

A list of settings that are available at the specified Cloud resource.

nextPageToken

string

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