ListExclusionsResponse

Result returned from exclusions.list.

JSON representation
{
  "exclusions": [
    {
      object (LogExclusion)
    }
  ],
  "nextPageToken": string
}
Fields
exclusions[]

object (LogExclusion)

A list of exclusions.

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.