ListViewsResponse

The response from views.list.

JSON representation
{
  "views": [
    {
      object (LogView)
    }
  ],
  "nextPageToken": string
}
Fields
views[]

object (LogView)

A list of views.

nextPageToken

string

If there might be more results than appear in this response, then nextPageToken is included. To get the next set of results, call the same method again using the value of nextPageToken as pageToken.