Class: TencentCloud::Gs::V20191118::AndroidInstanceDevice

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20191118/models.rb

Overview

安卓实例设备信息

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#BrandObject

Parameters:

  • Brand:

    品牌

  • Model:

    型号



345
346
347
# File 'lib/v20191118/models.rb', line 345

def Brand
  @Brand
end

#ModelObject

Parameters:

  • Brand:

    品牌

  • Model:

    型号



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