GetLogFile200Response

algoliasearch.querysuggestions.GetLogFile200Response
case class GetLogFile200Response(timestamp: Option[String], level: Option[LogLevel], message: Option[String], contextLevel: Option[Int])

GetLogFile200Response

Value parameters

contextLevel

Level indicating the position of a suggestion in a hierarchy of records. For example, a contextLevel of 1 indicates that this suggestion belongs to a previous suggestion with contextLevel 0.

message

Details about this log entry.

timestamp

Timestamp in ISO-8601 format.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product