Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.32 KB

AlmanaxBonus.md

File metadata and controls

82 lines (45 loc) · 2.32 KB

AlmanaxBonus

Properties

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

Methods

NewAlmanaxBonus

func NewAlmanaxBonus() *AlmanaxBonus

NewAlmanaxBonus instantiates a new AlmanaxBonus 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

NewAlmanaxBonusWithDefaults

func NewAlmanaxBonusWithDefaults() *AlmanaxBonus

NewAlmanaxBonusWithDefaults instantiates a new AlmanaxBonus 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 *AlmanaxBonus) GetDescription() string

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

GetDescriptionOk

func (o *AlmanaxBonus) 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 *AlmanaxBonus) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *AlmanaxBonus) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetType

func (o *AlmanaxBonus) GetType() GetMetaAlmanaxBonuses200ResponseInner

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

GetTypeOk

func (o *AlmanaxBonus) 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 *AlmanaxBonus) SetType(v GetMetaAlmanaxBonuses200ResponseInner)

SetType sets Type field to given value.

HasType

func (o *AlmanaxBonus) HasType() bool

HasType returns a boolean if a field has been set.

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