Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.97 KB

ListF24ResponseAggregation.md

File metadata and controls

56 lines (31 loc) · 1.97 KB

ListF24ResponseAggregation

Properties

Name Type Description Notes
AggregatedData Pointer to ListF24ResponseAggregatedData [optional]

Methods

NewListF24ResponseAggregation

func NewListF24ResponseAggregation() *ListF24ResponseAggregation

NewListF24ResponseAggregation instantiates a new ListF24ResponseAggregation 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

NewListF24ResponseAggregationWithDefaults

func NewListF24ResponseAggregationWithDefaults() *ListF24ResponseAggregation

NewListF24ResponseAggregationWithDefaults instantiates a new ListF24ResponseAggregation 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

GetAggregatedData

func (o *ListF24ResponseAggregation) GetAggregatedData() ListF24ResponseAggregatedData

GetAggregatedData returns the AggregatedData field if non-nil, zero value otherwise.

GetAggregatedDataOk

func (o *ListF24ResponseAggregation) GetAggregatedDataOk() (*ListF24ResponseAggregatedData, bool)

GetAggregatedDataOk returns a tuple with the AggregatedData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAggregatedData

func (o *ListF24ResponseAggregation) SetAggregatedData(v ListF24ResponseAggregatedData)

SetAggregatedData sets AggregatedData field to given value.

HasAggregatedData

func (o *ListF24ResponseAggregation) HasAggregatedData() bool

HasAggregatedData returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]