Properties

class Properties(    val id: String? = null,     val query: String? = null,     val totalResults: Long? = null,     val category: String? = null,     val type: String? = null,     val isLTV: Boolean = false) : JsonSerializable

Constructors

Link copied to clipboard
constructor(id: String? = null, query: String? = null, totalResults: Long? = null, category: String? = null, type: String? = null, isLTV: Boolean = false)

Types

Link copied to clipboard
class Builder(id: String? = null, query: String? = null, totalResults: Long? = null, category: String? = null, type: String? = null, isLTV: Boolean = false)
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val category: String? = null

The event's category.

Link copied to clipboard
val id: String? = null

The event's ID.

Link copied to clipboard
val isLTV: Boolean = false

If the value is a lifetime value or not.

Link copied to clipboard
val query: String? = null

The search query.

Link copied to clipboard
val totalResults: Long? = null

The total search results

Link copied to clipboard
val type: String? = null

The event's type.

Functions

Link copied to clipboard
open override fun toJsonValue(): JsonValue

Returns the objects represented as a JsonValue.