Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.22 KB

AlmanaxTribute.md

File metadata and controls

82 lines (45 loc) · 2.22 KB

AlmanaxTribute

Properties

Name Type Description Notes
Item Pointer to AlmanaxTributeItem [optional]
Quantity Pointer to int32 [optional]

Methods

NewAlmanaxTribute

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

NewAlmanaxTributeWithDefaults

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

GetItem

func (o *AlmanaxTribute) GetItem() AlmanaxTributeItem

GetItem returns the Item field if non-nil, zero value otherwise.

GetItemOk

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.

SetItem

func (o *AlmanaxTribute) SetItem(v AlmanaxTributeItem)

SetItem sets Item field to given value.

HasItem

func (o *AlmanaxTribute) HasItem() bool

HasItem returns a boolean if a field has been set.

GetQuantity

func (o *AlmanaxTribute) GetQuantity() int32

GetQuantity returns the Quantity field if non-nil, zero value otherwise.

GetQuantityOk

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.

SetQuantity

func (o *AlmanaxTribute) SetQuantity(v int32)

SetQuantity sets Quantity field to given value.

HasQuantity

func (o *AlmanaxTribute) HasQuantity() bool

HasQuantity returns a boolean if a field has been set.

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