AggCompositeTerm
July 15, 2026 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Field | string | Name of field to operate with |
Methods
NewAggCompositeTerm
func NewAggCompositeTerm(field string, ) *AggCompositeTerm
NewAggCompositeTerm instantiates a new AggCompositeTerm object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
NewAggCompositeTermWithDefaults
func NewAggCompositeTermWithDefaults() *AggCompositeTerm
NewAggCompositeTermWithDefaults instantiates a new AggCompositeTerm object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
GetField
func (o *AggCompositeTerm) GetField() string
GetField returns the Field field if non-nil, zero value otherwise.
GetFieldOk
func (o *AggCompositeTerm) GetFieldOk() (*string, bool)
GetFieldOk returns a tuple with the Field field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetField
func (o *AggCompositeTerm) SetField(v string)
SetField sets Field field to given value.