Field

class Field

Indicates the field or attribute of a resource or data structure on which a condition is being applied or evaluated.

Types

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

Properties

Link copied to clipboard

(Optional) Indicates the type of aggregation or summary operation (such as Sum, Average, and so on) to be performed on a particular field or set of data.

Link copied to clipboard

Name of the field.

Functions

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