Class: TencentCloud::Gse::V20191112::GameProperty
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gse::V20191112::GameProperty
- Defined in:
- lib/v20191112/models.rb
Overview
游戏属性详情
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(key = nil, value = nil) ⇒ GameProperty
constructor
A new instance of GameProperty.
Constructor Details
#initialize(key = nil, value = nil) ⇒ GameProperty
Returns a new instance of GameProperty.
3276 3277 3278 3279 |
# File 'lib/v20191112/models.rb', line 3276 def initialize(key=nil, value=nil) @Key = key @Value = value end |
Instance Attribute Details
#Key ⇒ Object
3274 3275 3276 |
# File 'lib/v20191112/models.rb', line 3274 def Key @Key end |
#Value ⇒ Object
3274 3275 3276 |
# File 'lib/v20191112/models.rb', line 3274 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
3281 3282 3283 3284 |
# File 'lib/v20191112/models.rb', line 3281 def deserialize(params) @Key = params['Key'] @Value = params['Value'] end |