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.
347 348 349 350 |
# File 'lib/v20191118/models.rb', line 347 def initialize(brand=nil, model=nil) @Brand = brand @Model = model end |
Instance Attribute Details
#Brand ⇒ Object
345 346 347 |
# File 'lib/v20191118/models.rb', line 345 def Brand @Brand end |
#Model ⇒ Object
345 346 347 |
# File 'lib/v20191118/models.rb', line 345 def Model @Model end |
Instance Method Details
#deserialize(params) ⇒ Object
352 353 354 355 |
# File 'lib/v20191118/models.rb', line 352 def deserialize(params) @Brand = params['Brand'] @Model = params['Model'] end |