ListContextPropertiesResponse

Response message for ListContextProperties.

JSON representation
{
  "contextProperties": [
    {
      object (ContextProperty)
    }
  ],
  "nextPageToken": string
}
Fields
contextProperties[]

object (ContextProperty)

The list of ContextProperties.

nextPageToken

string

Optional. A token, which can be sent as pageToken to retrieve the next page. If this field is omitted, there are no subsequent pages.