GroupDefinition

Represents a group when you specify a group by criteria or in the response to a query with a specific grouping.

Types

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

Properties

Link copied to clipboard
val key: String?

The string that represents a key for a specified group.

Link copied to clipboard

The string that represents the type of group.

Functions

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