type
FieldConditionValue
type FieldConditionValue struct {
Type ValueType `json:"type"`
Value string `json:"value"`
}One canonically encoded string, number, or boolean condition operand.
TypeValueType- The Type value.
Valuestring- The Value value.