Name | Type | Description | Notes |
---|---|---|---|
Amount | Pointer to NullableFloat32 | Total amount. | [optional] |
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
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
func (o *ListF24ResponseAggregatedData) GetAmount() float32
GetAmount returns the Amount field if non-nil, zero value otherwise.
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.
func (o *ListF24ResponseAggregatedData) SetAmount(v float32)
SetAmount sets Amount field to given value.
func (o *ListF24ResponseAggregatedData) HasAmount() bool
HasAmount returns a boolean if a field has been set.
func (o *ListF24ResponseAggregatedData) SetAmountNil(b bool)
SetAmountNil sets the value for Amount to be an explicit nil
func (o *ListF24ResponseAggregatedData) UnsetAmount()
UnsetAmount ensures that no value is present for Amount, not even an explicit nil