Class: TencentCloud::Iotcloud::V20180614::CreateMultiDevicesTaskRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotcloud::V20180614::CreateMultiDevicesTaskRequest
- Defined in:
- lib/v20180614/models.rb
Overview
CreateMultiDevicesTask请求参数结构体
Instance Attribute Summary collapse
- #BatchCount ⇒ Object
- #FileName ⇒ Object
- #FileSize ⇒ Object
- #Hash ⇒ Object
- #ParametersType ⇒ Object
- #ProductId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(productid = nil, parameterstype = nil, filename = nil, filesize = nil, batchcount = nil, hash = nil) ⇒ CreateMultiDevicesTaskRequest
constructor
A new instance of CreateMultiDevicesTaskRequest.
Constructor Details
#initialize(productid = nil, parameterstype = nil, filename = nil, filesize = nil, batchcount = nil, hash = nil) ⇒ CreateMultiDevicesTaskRequest
Returns a new instance of CreateMultiDevicesTaskRequest.
571 572 573 574 575 576 577 578 |
# File 'lib/v20180614/models.rb', line 571 def initialize(productid=nil, parameterstype=nil, filename=nil, filesize=nil, batchcount=nil, hash=nil) @ProductId = productid @ParametersType = parameterstype @FileName = filename @FileSize = filesize @BatchCount = batchcount @Hash = hash end |
Instance Attribute Details
#BatchCount ⇒ Object
569 570 571 |
# File 'lib/v20180614/models.rb', line 569 def BatchCount @BatchCount end |
#FileName ⇒ Object
569 570 571 |
# File 'lib/v20180614/models.rb', line 569 def FileName @FileName end |
#FileSize ⇒ Object
569 570 571 |
# File 'lib/v20180614/models.rb', line 569 def FileSize @FileSize end |
#Hash ⇒ Object
569 570 571 |
# File 'lib/v20180614/models.rb', line 569 def Hash @Hash end |
#ParametersType ⇒ Object
569 570 571 |
# File 'lib/v20180614/models.rb', line 569 def ParametersType @ParametersType end |
#ProductId ⇒ Object
569 570 571 |
# File 'lib/v20180614/models.rb', line 569 def ProductId @ProductId end |
Instance Method Details
#deserialize(params) ⇒ Object
580 581 582 583 584 585 586 587 |
# File 'lib/v20180614/models.rb', line 580 def deserialize(params) @ProductId = params['ProductId'] @ParametersType = params['ParametersType'] @FileName = params['FileName'] @FileSize = params['FileSize'] @BatchCount = params['BatchCount'] @Hash = params['Hash'] end |