Name | Type | Description | Notes |
---|---|---|---|
Item | string | ||
Amount | int32 |
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
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
func (o *AdReward) GetItem() string
GetItem returns the Item field if non-nil, zero value otherwise.
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.
func (o *AdReward) SetItem(v string)
SetItem sets Item field to given value.
func (o *AdReward) GetAmount() int32
GetAmount returns the Amount field if non-nil, zero value otherwise.
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.
func (o *AdReward) SetAmount(v int32)
SetAmount sets Amount field to given value.