Class: TencentCloud::Iotcloud::V20180614::DescribeTaskResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotcloud::V20180614::DescribeTaskResponse
- Defined in:
- lib/v20180614/models.rb
Overview
DescribeTask返回参数结构体
Instance Attribute Summary collapse
- #AllDeviceCnt ⇒ Object
- #CreateTime ⇒ Object
- #DoneDeviceCnt ⇒ Object
- #DoneTime ⇒ Object
- #ErrMsg ⇒ Object
- #Id ⇒ Object
- #Percent ⇒ Object
- #ProductId ⇒ Object
- #RequestId ⇒ Object
- #RetCode ⇒ Object
- #ScheduleTime ⇒ Object
- #Status ⇒ Object
- #Type ⇒ Object
- #UpdateTime ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil, id = nil, productid = nil, status = nil, createtime = nil, updatetime = nil, donetime = nil, scheduletime = nil, retcode = nil, errmsg = nil, percent = nil, alldevicecnt = nil, donedevicecnt = nil, requestid = nil) ⇒ DescribeTaskResponse
constructor
A new instance of DescribeTaskResponse.
Constructor Details
#initialize(type = nil, id = nil, productid = nil, status = nil, createtime = nil, updatetime = nil, donetime = nil, scheduletime = nil, retcode = nil, errmsg = nil, percent = nil, alldevicecnt = nil, donedevicecnt = nil, requestid = nil) ⇒ DescribeTaskResponse
Returns a new instance of DescribeTaskResponse.
2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 |
# File 'lib/v20180614/models.rb', line 2544 def initialize(type=nil, id=nil, productid=nil, status=nil, createtime=nil, updatetime=nil, donetime=nil, scheduletime=nil, retcode=nil, errmsg=nil, percent=nil, alldevicecnt=nil, donedevicecnt=nil, requestid=nil) @Type = type @Id = id @ProductId = productid @Status = status @CreateTime = createtime @UpdateTime = updatetime @DoneTime = donetime @ScheduleTime = scheduletime @RetCode = retcode @ErrMsg = errmsg @Percent = percent @AllDeviceCnt = alldevicecnt @DoneDeviceCnt = donedevicecnt @RequestId = requestid end |
Instance Attribute Details
#AllDeviceCnt ⇒ Object
2542 2543 2544 |
# File 'lib/v20180614/models.rb', line 2542 def AllDeviceCnt @AllDeviceCnt end |
#CreateTime ⇒ Object
2542 2543 2544 |
# File 'lib/v20180614/models.rb', line 2542 def CreateTime @CreateTime end |
#DoneDeviceCnt ⇒ Object
2542 2543 2544 |
# File 'lib/v20180614/models.rb', line 2542 def DoneDeviceCnt @DoneDeviceCnt end |
#DoneTime ⇒ Object
2542 2543 2544 |
# File 'lib/v20180614/models.rb', line 2542 def DoneTime @DoneTime end |
#ErrMsg ⇒ Object
2542 2543 2544 |
# File 'lib/v20180614/models.rb', line 2542 def ErrMsg @ErrMsg end |
#Id ⇒ Object
2542 2543 2544 |
# File 'lib/v20180614/models.rb', line 2542 def Id @Id end |
#Percent ⇒ Object
2542 2543 2544 |
# File 'lib/v20180614/models.rb', line 2542 def Percent @Percent end |
#ProductId ⇒ Object
2542 2543 2544 |
# File 'lib/v20180614/models.rb', line 2542 def ProductId @ProductId end |
#RequestId ⇒ Object
2542 2543 2544 |
# File 'lib/v20180614/models.rb', line 2542 def RequestId @RequestId end |
#RetCode ⇒ Object
2542 2543 2544 |
# File 'lib/v20180614/models.rb', line 2542 def RetCode @RetCode end |
#ScheduleTime ⇒ Object
2542 2543 2544 |
# File 'lib/v20180614/models.rb', line 2542 def ScheduleTime @ScheduleTime end |
#Status ⇒ Object
2542 2543 2544 |
# File 'lib/v20180614/models.rb', line 2542 def Status @Status end |
#Type ⇒ Object
2542 2543 2544 |
# File 'lib/v20180614/models.rb', line 2542 def Type @Type end |
#UpdateTime ⇒ Object
2542 2543 2544 |
# File 'lib/v20180614/models.rb', line 2542 def UpdateTime @UpdateTime end |
Instance Method Details
#deserialize(params) ⇒ Object
2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 |
# File 'lib/v20180614/models.rb', line 2561 def deserialize(params) @Type = params['Type'] @Id = params['Id'] @ProductId = params['ProductId'] @Status = params['Status'] @CreateTime = params['CreateTime'] @UpdateTime = params['UpdateTime'] @DoneTime = params['DoneTime'] @ScheduleTime = params['ScheduleTime'] @RetCode = params['RetCode'] @ErrMsg = params['ErrMsg'] @Percent = params['Percent'] @AllDeviceCnt = params['AllDeviceCnt'] @DoneDeviceCnt = params['DoneDeviceCnt'] @RequestId = params['RequestId'] end |