Interface LogQueryResponseResult.EventType

Enclosing class:
LogQueryResponseResult

public static interface LogQueryResponseResult.EventType
The type of event that this object respresents. Possible values are

- `query` the log of a query to a collection

- `click` the result of a call to the **events** endpoint.

  • Field Summary

    Fields
    Modifier and Type Field Description
    static String CLICK
    click.
    static String QUERY
    query.