ListLogScopesResponse

The response from logScopes.list. Every project has a _Default log scope that cannot be modified or deleted.

JSON representation
{
  "logScopes": [
    {
      object (LogScope)
    }
  ],
  "nextPageToken": string
}
Fields
logScopes[]

object (LogScope)

A list of log scopes.

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.