DocumentType

public enum DocumentType : String

The type of log entry returned. query indicates that the log represents the results of a call to the single collection query method. event indicates that the log represents a call to the events API.

  • Undocumented

    Declaration

    Swift

    case query = "query"
  • Undocumented

    Declaration

    Swift

    case event = "event"