Name | Type | Description | Notes |
---|---|---|---|
Description | Pointer to string | [optional] | |
Type | Pointer to GetMetaAlmanaxBonuses200ResponseInner | [optional] |
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
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
func (o *AlmanaxEntryBonus) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
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.
func (o *AlmanaxEntryBonus) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *AlmanaxEntryBonus) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *AlmanaxEntryBonus) GetType() GetMetaAlmanaxBonuses200ResponseInner
GetType returns the Type field if non-nil, zero value otherwise.
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.
func (o *AlmanaxEntryBonus) SetType(v GetMetaAlmanaxBonuses200ResponseInner)
SetType sets Type field to given value.
func (o *AlmanaxEntryBonus) HasType() bool
HasType returns a boolean if a field has been set.