ListLogsResponse

Result returned from logs.list.

JSON representation
{
  "logNames": [
    string
  ],
  "nextPageToken": string
}
Fields
logNames[]

string

A list of log names. For example, "projects/my-project/logs/syslog" or "organizations/123/logs/cloudresourcemanager.googleapis.com%2Factivity".

nextPageToken

string

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