MaxAgeContext

class MaxAgeContext(val fieldPath: List<CompiledField>)

Constructors

Link copied to clipboard
constructor(fieldPath: List<CompiledField>)

Properties

Link copied to clipboard
val fieldPath: List<CompiledField>

The path of the field to get the max age of. The first element is the root object, the last element is the field to get the max age of.