InsightField

Represents a field in the detailed view of an insight, returned by the DescribeInsightDetails operation.

Types

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

Properties

Link copied to clipboard

The name of the insight field.

Link copied to clipboard

The type of the insight field. Possible values are text and metric.

Link copied to clipboard

The value of the insight field.

Functions

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