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.



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

#BrandObject

Parameters:

  • Brand:

    品牌

  • Model:

    型号



351
352
353
# File 'lib/v20191118/models.rb', line 351

def Brand
  @Brand
end

#ModelObject

Parameters:

  • Brand:

    品牌

  • Model:

    型号



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