Class: TencentCloud::Gs::V20191118::AndroidInstanceProperty
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gs::V20191118::AndroidInstanceProperty
- Defined in:
- lib/v20191118/models.rb
Overview
安卓实例属性
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(key = nil, value = nil) ⇒ AndroidInstanceProperty
constructor
A new instance of AndroidInstanceProperty.
Constructor Details
#initialize(key = nil, value = nil) ⇒ AndroidInstanceProperty
Returns a new instance of AndroidInstanceProperty.
523 524 525 526 |
# File 'lib/v20191118/models.rb', line 523 def initialize(key=nil, value=nil) @Key = key @Value = value end |
Instance Attribute Details
#Key ⇒ Object
521 522 523 |
# File 'lib/v20191118/models.rb', line 521 def Key @Key end |
#Value ⇒ Object
521 522 523 |
# File 'lib/v20191118/models.rb', line 521 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
528 529 530 531 |
# File 'lib/v20191118/models.rb', line 528 def deserialize(params) @Key = params['Key'] @Value = params['Value'] end |