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.
517 518 519 520 |
# File 'lib/v20191118/models.rb', line 517 def initialize(key=nil, value=nil) @Key = key @Value = value end |
Instance Attribute Details
#Key ⇒ Object
515 516 517 |
# File 'lib/v20191118/models.rb', line 515 def Key @Key end |
#Value ⇒ Object
515 516 517 |
# File 'lib/v20191118/models.rb', line 515 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
522 523 524 525 |
# File 'lib/v20191118/models.rb', line 522 def deserialize(params) @Key = params['Key'] @Value = params['Value'] end |