ListKeyValueEntriesResponse

The request structure for listing key value map keys and its corresponding values.

JSON representation
{
  "keyValueEntries": [
    {
      object (KeyValueEntry)
    }
  ],
  "nextPageToken": string
}
Fields
keyValueEntries[]

object (KeyValueEntry)

One or more key value map keys and values.

nextPageToken

string

Token that can be sent as nextPageToken to retrieve the next page. If this field is omitted, there are no subsequent pages.