Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 1.78 KB

AdReward.md

File metadata and controls

72 lines (39 loc) · 1.78 KB

AdReward

Properties

Name Type Description Notes
Item string
Amount int32

Methods

NewAdReward

func NewAdReward(item string, amount int32, ) *AdReward

NewAdReward instantiates a new AdReward 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

NewAdRewardWithDefaults

func NewAdRewardWithDefaults() *AdReward

NewAdRewardWithDefaults instantiates a new AdReward 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 *AdReward) GetItem() string

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

GetItemOk

func (o *AdReward) GetItemOk() (*string, 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 *AdReward) SetItem(v string)

SetItem sets Item field to given value.

GetAmount

func (o *AdReward) GetAmount() int32

GetAmount returns the Amount field if non-nil, zero value otherwise.

GetAmountOk

func (o *AdReward) GetAmountOk() (*int32, bool)

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

SetAmount

func (o *AdReward) SetAmount(v int32)

SetAmount sets Amount field to given value.

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