Name | Type | Description | Notes |
---|---|---|---|
PriceDay | Pointer to float64 | [optional] | |
PriceDayGb | Pointer to float64 | [optional] | |
Size | Pointer to int32 | [optional] |
func NewSnapshotCreateCalculatorResponse() *SnapshotCreateCalculatorResponse
NewSnapshotCreateCalculatorResponse instantiates a new SnapshotCreateCalculatorResponse 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 NewSnapshotCreateCalculatorResponseWithDefaults() *SnapshotCreateCalculatorResponse
NewSnapshotCreateCalculatorResponseWithDefaults instantiates a new SnapshotCreateCalculatorResponse 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 *SnapshotCreateCalculatorResponse) GetPriceDay() float64
GetPriceDay returns the PriceDay field if non-nil, zero value otherwise.
func (o *SnapshotCreateCalculatorResponse) GetPriceDayOk() (*float64, bool)
GetPriceDayOk returns a tuple with the PriceDay field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SnapshotCreateCalculatorResponse) SetPriceDay(v float64)
SetPriceDay sets PriceDay field to given value.
func (o *SnapshotCreateCalculatorResponse) HasPriceDay() bool
HasPriceDay returns a boolean if a field has been set.
func (o *SnapshotCreateCalculatorResponse) GetPriceDayGb() float64
GetPriceDayGb returns the PriceDayGb field if non-nil, zero value otherwise.
func (o *SnapshotCreateCalculatorResponse) GetPriceDayGbOk() (*float64, bool)
GetPriceDayGbOk returns a tuple with the PriceDayGb field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SnapshotCreateCalculatorResponse) SetPriceDayGb(v float64)
SetPriceDayGb sets PriceDayGb field to given value.
func (o *SnapshotCreateCalculatorResponse) HasPriceDayGb() bool
HasPriceDayGb returns a boolean if a field has been set.
func (o *SnapshotCreateCalculatorResponse) GetSize() int32
GetSize returns the Size field if non-nil, zero value otherwise.
func (o *SnapshotCreateCalculatorResponse) GetSizeOk() (*int32, bool)
GetSizeOk returns a tuple with the Size field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SnapshotCreateCalculatorResponse) SetSize(v int32)
SetSize sets Size field to given value.
func (o *SnapshotCreateCalculatorResponse) HasSize() bool
HasSize returns a boolean if a field has been set.