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(source)

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

The event's author.

Link copied to clipboard

The event's category.

Link copied to clipboard

The event's description.

Link copied to clipboard
val id: String?

The event's ID.

Link copied to clipboard

If the event is a feature.

Link copied to clipboard

If the value is a lifetime value or not.

Link copied to clipboard

The event's published date.

Link copied to clipboard
val type: String?

The event's type.

Functions

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

Returns the objects represented as a JsonValue.