# GameResponseOffersInner
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Price** | Pointer to [**GameResponseOffersInnerPrice**](GameResponseOffersInnerPrice.md) | | [optional]
**StoreName** | Pointer to **string** | | [optional]
**Platform** | Pointer to **string** | | [optional]
**Title** | Pointer to **string** | | [optional]
**Url** | Pointer to **string** | | [optional]
## Methods
### NewGameResponseOffersInner
`func NewGameResponseOffersInner() *GameResponseOffersInner`
NewGameResponseOffersInner instantiates a new GameResponseOffersInner 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
### NewGameResponseOffersInnerWithDefaults
`func NewGameResponseOffersInnerWithDefaults() *GameResponseOffersInner`
NewGameResponseOffersInnerWithDefaults instantiates a new GameResponseOffersInner 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
### GetPrice
`func (o *GameResponseOffersInner) GetPrice() GameResponseOffersInnerPrice`
GetPrice returns the Price field if non-nil, zero value otherwise.
### GetPriceOk
`func (o *GameResponseOffersInner) GetPriceOk() (*GameResponseOffersInnerPrice, bool)`
GetPriceOk returns a tuple with the Price field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetPrice
`func (o *GameResponseOffersInner) SetPrice(v GameResponseOffersInnerPrice)`
SetPrice sets Price field to given value.
### HasPrice
`func (o *GameResponseOffersInner) HasPrice() bool`
HasPrice returns a boolean if a field has been set.
### GetStoreName
`func (o *GameResponseOffersInner) GetStoreName() string`
GetStoreName returns the StoreName field if non-nil, zero value otherwise.
### GetStoreNameOk
`func (o *GameResponseOffersInner) GetStoreNameOk() (*string, bool)`
GetStoreNameOk returns a tuple with the StoreName field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetStoreName
`func (o *GameResponseOffersInner) SetStoreName(v string)`
SetStoreName sets StoreName field to given value.
### HasStoreName
`func (o *GameResponseOffersInner) HasStoreName() bool`
HasStoreName returns a boolean if a field has been set.
### GetPlatform
`func (o *GameResponseOffersInner) GetPlatform() string`
GetPlatform returns the Platform field if non-nil, zero value otherwise.
### GetPlatformOk
`func (o *GameResponseOffersInner) GetPlatformOk() (*string, bool)`
GetPlatformOk returns a tuple with the Platform field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetPlatform
`func (o *GameResponseOffersInner) SetPlatform(v string)`
SetPlatform sets Platform field to given value.
### HasPlatform
`func (o *GameResponseOffersInner) HasPlatform() bool`
HasPlatform returns a boolean if a field has been set.
### GetTitle
`func (o *GameResponseOffersInner) GetTitle() string`
GetTitle returns the Title field if non-nil, zero value otherwise.
### GetTitleOk
`func (o *GameResponseOffersInner) GetTitleOk() (*string, bool)`
GetTitleOk returns a tuple with the Title field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetTitle
`func (o *GameResponseOffersInner) SetTitle(v string)`
SetTitle sets Title field to given value.
### HasTitle
`func (o *GameResponseOffersInner) HasTitle() bool`
HasTitle returns a boolean if a field has been set.
### GetUrl
`func (o *GameResponseOffersInner) GetUrl() string`
GetUrl returns the Url field if non-nil, zero value otherwise.
### GetUrlOk
`func (o *GameResponseOffersInner) GetUrlOk() (*string, bool)`
GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetUrl
`func (o *GameResponseOffersInner) SetUrl(v string)`
SetUrl sets Url field to given value.
### HasUrl
`func (o *GameResponseOffersInner) HasUrl() bool`
HasUrl returns a boolean if a field has been set.
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)