# OpenapiClient::GameResponseOffersInner
## Properties
| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **price** | [**GameResponseOffersInnerPrice**](GameResponseOffersInnerPrice.md) | | [optional] |
| **store_name** | **String** | | [optional] |
| **platform** | **String** | | [optional] |
| **title** | **String** | | [optional] |
| **url** | **String** | | [optional] |
## Example
```ruby
require 'openapi_client'
instance = OpenapiClient::GameResponseOffersInner.new(
price: null,
store_name: null,
platform: null,
title: null,
url: null
)
```