Name | Type | Description | Notes |
---|---|---|---|
Item | Pointer to AlmanaxTributeItem | [optional] | |
Quantity | Pointer to int32 | [optional] |
func NewAlmanaxTribute() *AlmanaxTribute
NewAlmanaxTribute instantiates a new AlmanaxTribute 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 NewAlmanaxTributeWithDefaults() *AlmanaxTribute
NewAlmanaxTributeWithDefaults instantiates a new AlmanaxTribute 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 *AlmanaxTribute) GetItem() AlmanaxTributeItem
GetItem returns the Item field if non-nil, zero value otherwise.
func (o *AlmanaxTribute) GetItemOk() (*AlmanaxTributeItem, bool)
GetItemOk returns a tuple with the Item field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AlmanaxTribute) SetItem(v AlmanaxTributeItem)
SetItem sets Item field to given value.
func (o *AlmanaxTribute) HasItem() bool
HasItem returns a boolean if a field has been set.
func (o *AlmanaxTribute) GetQuantity() int32
GetQuantity returns the Quantity field if non-nil, zero value otherwise.
func (o *AlmanaxTribute) GetQuantityOk() (*int32, bool)
GetQuantityOk returns a tuple with the Quantity field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AlmanaxTribute) SetQuantity(v int32)
SetQuantity sets Quantity field to given value.
func (o *AlmanaxTribute) HasQuantity() bool
HasQuantity returns a boolean if a field has been set.