Versions in this module Expand all Collapse all v0 v0.1.0 Apr 15, 2026 Changes in this version + func GetOpenAPISpecJSON() ([]byte, error) + type FilterColumnIncludes struct + AdditionalProperties map[string]any + DollarSignIncludes *FilterPredicate + func (a *FilterColumnIncludes) Set(fieldName string, value any) + func (a *FilterColumnIncludes) UnmarshalJSON(b []byte) error + func (a FilterColumnIncludes) Get(fieldName string) (value any, found bool) + func (a FilterColumnIncludes) MarshalJSON() ([]byte, error) + func (s *FilterColumnIncludes) ApplyDefaults() + type FilterPredicate struct + func (t *FilterPredicate) ApplyDefaults() + func (t *FilterPredicate) FromFilterPredicateOneOf1(v FilterPredicateOneOf1) error + func (t *FilterPredicate) FromFilterPredicateOp(v FilterPredicateOp) error + func (t *FilterPredicate) FromFilterPredicateRangeOp(v FilterPredicateRangeOp) error + func (t *FilterPredicate) FromFilterValue(v FilterValue) error + func (t *FilterPredicate) MergeFilterPredicateOneOf1(v FilterPredicateOneOf1) error + func (t *FilterPredicate) MergeFilterPredicateOp(v FilterPredicateOp) error + func (t *FilterPredicate) MergeFilterPredicateRangeOp(v FilterPredicateRangeOp) error + func (t *FilterPredicate) MergeFilterValue(v FilterValue) error + func (t *FilterPredicate) UnmarshalJSON(b []byte) error + func (t FilterPredicate) AsFilterPredicateOneOf1() (FilterPredicateOneOf1, error) + func (t FilterPredicate) AsFilterPredicateOp() (FilterPredicateOp, error) + func (t FilterPredicate) AsFilterPredicateRangeOp() (FilterPredicateRangeOp, error) + func (t FilterPredicate) AsFilterValue() (FilterValue, error) + func (t FilterPredicate) MarshalJSON() ([]byte, error) + type FilterPredicateOneOf1 = []FilterPredicate + type FilterPredicateOp struct + AdditionalProperties map[string]any + DollarSignAny *FilterPredicateOpAny + DollarSignNone *FilterPredicateOpNone + func (a *FilterPredicateOp) Set(fieldName string, value any) + func (a *FilterPredicateOp) UnmarshalJSON(b []byte) error + func (a FilterPredicateOp) Get(fieldName string) (value any, found bool) + func (a FilterPredicateOp) MarshalJSON() ([]byte, error) + func (s *FilterPredicateOp) ApplyDefaults() + type FilterPredicateOpAny struct + func (t *FilterPredicateOpAny) ApplyDefaults() + func (t *FilterPredicateOpAny) FromFilterPredicateOpAnyOneOf0(v FilterPredicateOpAnyOneOf0) error + func (t *FilterPredicateOpAny) MergeFilterPredicateOpAnyOneOf0(v FilterPredicateOpAnyOneOf0) error + func (t *FilterPredicateOpAny) UnmarshalJSON(b []byte) error + func (t FilterPredicateOpAny) AsFilterPredicateOpAnyOneOf0() (FilterPredicateOpAnyOneOf0, error) + func (t FilterPredicateOpAny) MarshalJSON() ([]byte, error) + type FilterPredicateOpAnyOneOf0 = []FilterPredicate + type FilterPredicateOpNone struct + func (t *FilterPredicateOpNone) ApplyDefaults() + func (t *FilterPredicateOpNone) FromFilterPredicate(v FilterPredicate) error + func (t *FilterPredicateOpNone) FromFilterPredicateOpNoneOneOf1(v FilterPredicateOpNoneOneOf1) error + func (t *FilterPredicateOpNone) MergeFilterPredicate(v FilterPredicate) error + func (t *FilterPredicateOpNone) MergeFilterPredicateOpNoneOneOf1(v FilterPredicateOpNoneOneOf1) error + func (t *FilterPredicateOpNone) UnmarshalJSON(b []byte) error + func (t FilterPredicateOpNone) AsFilterPredicate() (FilterPredicate, error) + func (t FilterPredicateOpNone) AsFilterPredicateOpNoneOneOf1() (FilterPredicateOpNoneOneOf1, error) + func (t FilterPredicateOpNone) MarshalJSON() ([]byte, error) + type FilterPredicateOpNoneOneOf1 = []FilterPredicate + type FilterPredicateRangeOp struct + AdditionalProperties map[string]any + DollarSignLt *FilterRangeValue + func (a *FilterPredicateRangeOp) Set(fieldName string, value any) + func (a *FilterPredicateRangeOp) UnmarshalJSON(b []byte) error + func (a FilterPredicateRangeOp) Get(fieldName string) (value any, found bool) + func (a FilterPredicateRangeOp) MarshalJSON() ([]byte, error) + func (s *FilterPredicateRangeOp) ApplyDefaults() + type FilterRangeValue struct + func (t *FilterRangeValue) ApplyDefaults() + func (t *FilterRangeValue) FromFloat320(v float32) error + func (t *FilterRangeValue) FromString1(v string) error + func (t *FilterRangeValue) MergeFloat320(v float32) error + func (t *FilterRangeValue) MergeString1(v string) error + func (t *FilterRangeValue) UnmarshalJSON(b []byte) error + func (t FilterRangeValue) AsFloat320() (float32, error) + func (t FilterRangeValue) AsString1() (string, error) + func (t FilterRangeValue) MarshalJSON() ([]byte, error) + type FilterValue struct + func (t *FilterValue) ApplyDefaults() + func (t *FilterValue) FromBool2(v bool) error + func (t *FilterValue) FromFloat320(v float32) error + func (t *FilterValue) FromString1(v string) error + func (t *FilterValue) MergeBool2(v bool) error + func (t *FilterValue) MergeFloat320(v float32) error + func (t *FilterValue) MergeString1(v string) error + func (t *FilterValue) UnmarshalJSON(b []byte) error + func (t FilterValue) AsBool2() (bool, error) + func (t FilterValue) AsFloat320() (float32, error) + func (t FilterValue) AsString1() (string, error) + func (t FilterValue) MarshalJSON() ([]byte, error)