Class: TencentCloud::Gs::V20191118::AndroidInstanceDevice
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gs::V20191118::AndroidInstanceDevice
- Defined in:
- lib/v20191118/models.rb
Overview
安卓实例设备信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(brand = nil, model = nil) ⇒ AndroidInstanceDevice
constructor
A new instance of AndroidInstanceDevice.
Constructor Details
#initialize(brand = nil, model = nil) ⇒ AndroidInstanceDevice
Returns a new instance of AndroidInstanceDevice.
353 354 355 356 |
# File 'lib/v20191118/models.rb', line 353 def initialize(brand=nil, model=nil) @Brand = brand @Model = model end |
Instance Attribute Details
#Brand ⇒ Object
351 352 353 |
# File 'lib/v20191118/models.rb', line 351 def Brand @Brand end |
#Model ⇒ Object
351 352 353 |
# File 'lib/v20191118/models.rb', line 351 def Model @Model end |
Instance Method Details
#deserialize(params) ⇒ Object
358 359 360 361 |
# File 'lib/v20191118/models.rb', line 358 def deserialize(params) @Brand = params['Brand'] @Model = params['Model'] end |