Skip to content

Latest commit

 

History

History
66 lines (37 loc) · 2.08 KB

ListF24ResponseAggregatedData.md

File metadata and controls

66 lines (37 loc) · 2.08 KB

ListF24ResponseAggregatedData

Properties

Name Type Description Notes
Amount Pointer to NullableFloat32 Total amount. [optional]

Methods

NewListF24ResponseAggregatedData

func NewListF24ResponseAggregatedData() *ListF24ResponseAggregatedData

NewListF24ResponseAggregatedData instantiates a new ListF24ResponseAggregatedData 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

NewListF24ResponseAggregatedDataWithDefaults

func NewListF24ResponseAggregatedDataWithDefaults() *ListF24ResponseAggregatedData

NewListF24ResponseAggregatedDataWithDefaults instantiates a new ListF24ResponseAggregatedData 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

GetAmount

func (o *ListF24ResponseAggregatedData) GetAmount() float32

GetAmount returns the Amount field if non-nil, zero value otherwise.

GetAmountOk

func (o *ListF24ResponseAggregatedData) GetAmountOk() (*float32, bool)

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

SetAmount

func (o *ListF24ResponseAggregatedData) SetAmount(v float32)

SetAmount sets Amount field to given value.

HasAmount

func (o *ListF24ResponseAggregatedData) HasAmount() bool

HasAmount returns a boolean if a field has been set.

SetAmountNil

func (o *ListF24ResponseAggregatedData) SetAmountNil(b bool)

SetAmountNil sets the value for Amount to be an explicit nil

UnsetAmount

func (o *ListF24ResponseAggregatedData) UnsetAmount()

UnsetAmount ensures that no value is present for Amount, not even an explicit nil

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