# Functions
AggregateMetricNames returns a list of possible string values of AggregateMetric.
CompareOperatorNames returns a list of possible string values of CompareOperator.
ControlTypeNames returns a list of possible string values of ControlType.
LogicOperatorNames returns a list of possible string values of LogicOperator.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ParseAggregateMetric attempts to convert a string to a AggregateMetric.
ParseCompareOperator attempts to convert a string to a CompareOperator.
ParseControlType attempts to convert a string to a ControlType.
ParseLogicOperator attempts to convert a string to a LogicOperator.
No description provided by the author
# Constants
AggregateMetricAvg is a AggregateMetric of type avg.
AggregateMetricMax is a AggregateMetric of type max.
AggregateMetricMin is a AggregateMetric of type min.
AggregateMetricSum is a AggregateMetric of type sum.
AggregateMetricValueCount is a AggregateMetric of type valueCount.
CompareOperatorAfterDate is a CompareOperator of type afterDate.
CompareOperatorBeforeDate is a CompareOperator of type beforeDate.
CompareOperatorBeginsWith is a CompareOperator of type beginsWith.
CompareOperatorContains is a CompareOperator of type contains.
CompareOperatorDoesNotBeginWith is a CompareOperator of type doesNotBeginWith.
CompareOperatorDoesNotContain is a CompareOperator of type doesNotContain.
CompareOperatorExists is a CompareOperator of type exists.
CompareOperatorIsEqualTo is a CompareOperator of type isEqualTo.
CompareOperatorIsGreaterThan is a CompareOperator of type isGreaterThan.
CompareOperatorIsGreaterThanOrEqualTo is a CompareOperator of type isGreaterThanOrEqualTo.
CompareOperatorIsIpEqualTo is a CompareOperator of type isIpEqualTo.
CompareOperatorIsIpNotEqualTo is a CompareOperator of type isIpNotEqualTo.
CompareOperatorIsLessThan is a CompareOperator of type isLessThan.
CompareOperatorIsLessThanOrEqualTo is a CompareOperator of type isLessThanOrEqualTo.
CompareOperatorIsNotEqualTo is a CompareOperator of type isNotEqualTo.
CompareOperatorIsNumberEqualTo is a CompareOperator of type isNumberEqualTo.
CompareOperatorIsNumberNotEqualTo is a CompareOperator of type isNumberNotEqualTo.
CompareOperatorIsStringEqualTo is a CompareOperator of type isStringEqualTo.
CompareOperatorIsStringNotEqualTo is a CompareOperator of type isStringNotEqualTo.
ControlTypeAutocomplete is a ControlType of type autocomplete.
ControlTypeDateTime is a ControlType of type dateTime.
ControlTypeEnum is a ControlType of type enum.
ControlTypeFloat is a ControlType of type float.
ControlTypeInteger is a ControlType of type integer.
ControlTypeString is a ControlType of type string.
ControlTypeUuid is a ControlType of type uuid.
LogicOperatorAnd is a LogicOperator of type and.
LogicOperatorOr is a LogicOperator of type or.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RequestOption configures a field for validation.
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
AggregateMetric ENUM(
sum
min
max
avg
valueCount
)
*/.
CompareOperator ENUM(
beginsWith
doesNotBeginWith
contains
doesNotContain
isNumberEqualTo
isEqualTo
isIpEqualTo
isStringEqualTo
isNotEqualTo
isNumberNotEqualTo
isIpNotEqualTo
isStringNotEqualTo
isGreaterThan
isGreaterThanOrEqualTo
isLessThan
isLessThanOrEqualTo
beforeDate
afterDate
exists
)
*/.
ControlType ENUM(
enum
float
integer
string
dateTime
uuid
autocomplete
)
*/.
LogicOperator ENUM(
and
or
)
*/.