ListSessionsResponse

Response for ListSessions method.

JSON representation
{
  "sessions": [
    {
      object (Session)
    }
  ],
  "nextPageToken": string
}
Fields
sessions[]

object (Session)

All the Sessions for a given data store.

nextPageToken

string

Pagination token, if not returned indicates the last page.