Properties

class Properties(    val id: String? = null,     val category: String? = null,     val type: String? = null,     val eventDescription: String? = null,     val author: String? = null,     val publishedDate: String? = null,     val isFeature: Boolean? = null,     val isLTV: Boolean = false,     source: String? = null,     medium: String? = null) : JsonSerializable

Constructors

Link copied to clipboard
constructor(    id: String? = null,     category: String? = null,     type: String? = null,     eventDescription: String? = null,     author: String? = null,     publishedDate: String? = null,     isFeature: Boolean? = null,     isLTV: Boolean = false,     source: String? = null,     medium: String? = null)

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val author: String? = null

The event's author.

Link copied to clipboard
val category: String? = null

The event's category.

Link copied to clipboard

The event's description.

Link copied to clipboard
val id: String? = null

The event's ID.

Link copied to clipboard
val isFeature: Boolean? = null

If the event is a feature.

Link copied to clipboard
val isLTV: Boolean = false

If the value is a lifetime value or not.

Link copied to clipboard
val publishedDate: String? = null

The event's published date.

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.