Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.42 KB

AlmanaxEntryBonus.md

File metadata and controls

82 lines (45 loc) · 2.42 KB

AlmanaxEntryBonus

Properties

Name Type Description Notes
Description Pointer to string [optional]
Type Pointer to GetMetaAlmanaxBonuses200ResponseInner [optional]

Methods

NewAlmanaxEntryBonus

func NewAlmanaxEntryBonus() *AlmanaxEntryBonus

NewAlmanaxEntryBonus instantiates a new AlmanaxEntryBonus 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

NewAlmanaxEntryBonusWithDefaults

func NewAlmanaxEntryBonusWithDefaults() *AlmanaxEntryBonus

NewAlmanaxEntryBonusWithDefaults instantiates a new AlmanaxEntryBonus 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

GetDescription

func (o *AlmanaxEntryBonus) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *AlmanaxEntryBonus) GetDescriptionOk() (*string, bool)

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

SetDescription

func (o *AlmanaxEntryBonus) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *AlmanaxEntryBonus) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetType

func (o *AlmanaxEntryBonus) GetType() GetMetaAlmanaxBonuses200ResponseInner

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *AlmanaxEntryBonus) GetTypeOk() (*GetMetaAlmanaxBonuses200ResponseInner, bool)

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

SetType

func (o *AlmanaxEntryBonus) SetType(v GetMetaAlmanaxBonuses200ResponseInner)

SetType sets Type field to given value.

HasType

func (o *AlmanaxEntryBonus) HasType() bool

HasType returns a boolean if a field has been set.

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