Skip to content

Latest commit

 

History

History
143 lines (76 loc) · 4.22 KB

AwardGiveawayEffectProps.md

File metadata and controls

143 lines (76 loc) · 4.22 KB

AwardGiveawayEffectProps

Properties

Name Type Description Notes
PoolId Pointer to int32 The ID of the giveaways pool the code was taken from.
PoolName Pointer to string The name of the giveaways pool the code was taken from.
RecipientIntegrationId Pointer to string The integration ID of the profile that was awarded the giveaway.
GiveawayId Pointer to int32 The internal ID for the giveaway that was awarded.
Code Pointer to string The giveaway code that was awarded.

Methods

GetPoolId

func (o *AwardGiveawayEffectProps) GetPoolId() int32

GetPoolId returns the PoolId field if non-nil, zero value otherwise.

GetPoolIdOk

func (o *AwardGiveawayEffectProps) GetPoolIdOk() (int32, bool)

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

HasPoolId

func (o *AwardGiveawayEffectProps) HasPoolId() bool

HasPoolId returns a boolean if a field has been set.

SetPoolId

func (o *AwardGiveawayEffectProps) SetPoolId(v int32)

SetPoolId gets a reference to the given int32 and assigns it to the PoolId field.

GetPoolName

func (o *AwardGiveawayEffectProps) GetPoolName() string

GetPoolName returns the PoolName field if non-nil, zero value otherwise.

GetPoolNameOk

func (o *AwardGiveawayEffectProps) GetPoolNameOk() (string, bool)

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

HasPoolName

func (o *AwardGiveawayEffectProps) HasPoolName() bool

HasPoolName returns a boolean if a field has been set.

SetPoolName

func (o *AwardGiveawayEffectProps) SetPoolName(v string)

SetPoolName gets a reference to the given string and assigns it to the PoolName field.

GetRecipientIntegrationId

func (o *AwardGiveawayEffectProps) GetRecipientIntegrationId() string

GetRecipientIntegrationId returns the RecipientIntegrationId field if non-nil, zero value otherwise.

GetRecipientIntegrationIdOk

func (o *AwardGiveawayEffectProps) GetRecipientIntegrationIdOk() (string, bool)

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

HasRecipientIntegrationId

func (o *AwardGiveawayEffectProps) HasRecipientIntegrationId() bool

HasRecipientIntegrationId returns a boolean if a field has been set.

SetRecipientIntegrationId

func (o *AwardGiveawayEffectProps) SetRecipientIntegrationId(v string)

SetRecipientIntegrationId gets a reference to the given string and assigns it to the RecipientIntegrationId field.

GetGiveawayId

func (o *AwardGiveawayEffectProps) GetGiveawayId() int32

GetGiveawayId returns the GiveawayId field if non-nil, zero value otherwise.

GetGiveawayIdOk

func (o *AwardGiveawayEffectProps) GetGiveawayIdOk() (int32, bool)

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

HasGiveawayId

func (o *AwardGiveawayEffectProps) HasGiveawayId() bool

HasGiveawayId returns a boolean if a field has been set.

SetGiveawayId

func (o *AwardGiveawayEffectProps) SetGiveawayId(v int32)

SetGiveawayId gets a reference to the given int32 and assigns it to the GiveawayId field.

GetCode

func (o *AwardGiveawayEffectProps) GetCode() string

GetCode returns the Code field if non-nil, zero value otherwise.

GetCodeOk

func (o *AwardGiveawayEffectProps) GetCodeOk() (string, bool)

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

HasCode

func (o *AwardGiveawayEffectProps) HasCode() bool

HasCode returns a boolean if a field has been set.

SetCode

func (o *AwardGiveawayEffectProps) SetCode(v string)

SetCode gets a reference to the given string and assigns it to the Code field.

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