ResultRowValue

Provides a single value and metadata about that value as part of an array of query results for a standard metric that applies to an application, campaign, or journey.

Types

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

Properties

Link copied to clipboard
val key: String?

The friendly name of the metric whose value is specified by the Value property.

Link copied to clipboard
val type: String?

The data type of the value specified by the Value property.

Link copied to clipboard

In a Values object, the value for the metric that the query retrieved data for. In a GroupedBys object, the value for the field that was used to group data in a result set that contains multiple results (Values objects).

Functions

Link copied to clipboard
inline fun copy(block: ResultRowValue.Builder.() -> Unit = {}): ResultRowValue
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String