Name | Type | Description | Notes |
---|---|---|---|
PoolId | Pointer to int32 | The ID of the giveaways pool the code will be taken from. | |
PoolName | Pointer to string | The name of the giveaways pool the code will be taken from. | |
RecipientIntegrationId | Pointer to string | The integration ID of the profile that will be awarded the giveaway. |
func (o *WillAwardGiveawayEffectProps) GetPoolId() int32
GetPoolId returns the PoolId field if non-nil, zero value otherwise.
func (o *WillAwardGiveawayEffectProps) 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.
func (o *WillAwardGiveawayEffectProps) HasPoolId() bool
HasPoolId returns a boolean if a field has been set.
func (o *WillAwardGiveawayEffectProps) SetPoolId(v int32)
SetPoolId gets a reference to the given int32 and assigns it to the PoolId field.
func (o *WillAwardGiveawayEffectProps) GetPoolName() string
GetPoolName returns the PoolName field if non-nil, zero value otherwise.
func (o *WillAwardGiveawayEffectProps) 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.
func (o *WillAwardGiveawayEffectProps) HasPoolName() bool
HasPoolName returns a boolean if a field has been set.
func (o *WillAwardGiveawayEffectProps) SetPoolName(v string)
SetPoolName gets a reference to the given string and assigns it to the PoolName field.
func (o *WillAwardGiveawayEffectProps) GetRecipientIntegrationId() string
GetRecipientIntegrationId returns the RecipientIntegrationId field if non-nil, zero value otherwise.
func (o *WillAwardGiveawayEffectProps) 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.
func (o *WillAwardGiveawayEffectProps) HasRecipientIntegrationId() bool
HasRecipientIntegrationId returns a boolean if a field has been set.
func (o *WillAwardGiveawayEffectProps) SetRecipientIntegrationId(v string)
SetRecipientIntegrationId gets a reference to the given string and assigns it to the RecipientIntegrationId field.