ResultRow

class ResultRow

Provides the results of a query that retrieved the data 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

An array of objects that defines the field and field values that were used to group data in a result set that contains multiple results. This value is null if the data in a result set isn’t grouped.

Link copied to clipboard

An array of objects that provides pre-aggregated values for a standard metric that applies to an application, campaign, or journey.

Functions

Link copied to clipboard
inline fun copy(block: ResultRow.Builder.() -> Unit = {}): ResultRow
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