Class: TencentCloud::Iss::V20230517::TaskData
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iss::V20230517::TaskData
- Defined in:
- lib/v20230517/models.rb
Overview
查询复杂任务详情返回结果
Instance Attribute Summary collapse
- #Action ⇒ Object
- #ActionZhDesc ⇒ Object
- #ChannelId ⇒ Object
- #ChannelName ⇒ Object
- #CreatedAt ⇒ Object
- #DeviceId ⇒ Object
- #DeviceName ⇒ Object
- #FailCount ⇒ Object
- #FailReason ⇒ Object
- #Progress ⇒ Object
- #ResourceId ⇒ Object
- #RunningCount ⇒ Object
- #Runtime ⇒ Object
- #StartedAt ⇒ Object
- #Status ⇒ Object
- #SuccessCount ⇒ Object
- #TaskId ⇒ Object
- #TaskType ⇒ Object
- #Total ⇒ Object
- #UpdatedAt ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(taskid = nil, status = nil, failreason = nil, progress = nil, action = nil, actionzhdesc = nil, tasktype = nil, resourceid = nil, total = nil, successcount = nil, failcount = nil, runningcount = nil, startedat = nil, createdat = nil, updatedat = nil, runtime = nil, deviceid = nil, devicename = nil, channelid = nil, channelname = nil) ⇒ TaskData
constructor
A new instance of TaskData.
Constructor Details
#initialize(taskid = nil, status = nil, failreason = nil, progress = nil, action = nil, actionzhdesc = nil, tasktype = nil, resourceid = nil, total = nil, successcount = nil, failcount = nil, runningcount = nil, startedat = nil, createdat = nil, updatedat = nil, runtime = nil, deviceid = nil, devicename = nil, channelid = nil, channelname = nil) ⇒ TaskData
Returns a new instance of TaskData.
6991 6992 6993 6994 6995 6996 6997 6998 6999 7000 7001 7002 7003 7004 7005 7006 7007 7008 7009 7010 7011 7012 |
# File 'lib/v20230517/models.rb', line 6991 def initialize(taskid=nil, status=nil, failreason=nil, progress=nil, action=nil, actionzhdesc=nil, tasktype=nil, resourceid=nil, total=nil, successcount=nil, failcount=nil, runningcount=nil, startedat=nil, createdat=nil, updatedat=nil, runtime=nil, deviceid=nil, devicename=nil, channelid=nil, channelname=nil) @TaskId = taskid @Status = status @FailReason = failreason @Progress = progress @Action = action @ActionZhDesc = actionzhdesc @TaskType = tasktype @ResourceId = resourceid @Total = total @SuccessCount = successcount @FailCount = failcount @RunningCount = runningcount @StartedAt = startedat @CreatedAt = createdat @UpdatedAt = updatedat @Runtime = runtime @DeviceId = deviceid @DeviceName = devicename @ChannelId = channelid @ChannelName = channelname end |
Instance Attribute Details
#Action ⇒ Object
6989 6990 6991 |
# File 'lib/v20230517/models.rb', line 6989 def Action @Action end |
#ActionZhDesc ⇒ Object
6989 6990 6991 |
# File 'lib/v20230517/models.rb', line 6989 def ActionZhDesc @ActionZhDesc end |
#ChannelId ⇒ Object
6989 6990 6991 |
# File 'lib/v20230517/models.rb', line 6989 def ChannelId @ChannelId end |
#ChannelName ⇒ Object
6989 6990 6991 |
# File 'lib/v20230517/models.rb', line 6989 def ChannelName @ChannelName end |
#CreatedAt ⇒ Object
6989 6990 6991 |
# File 'lib/v20230517/models.rb', line 6989 def CreatedAt @CreatedAt end |
#DeviceId ⇒ Object
6989 6990 6991 |
# File 'lib/v20230517/models.rb', line 6989 def DeviceId @DeviceId end |
#DeviceName ⇒ Object
6989 6990 6991 |
# File 'lib/v20230517/models.rb', line 6989 def DeviceName @DeviceName end |
#FailCount ⇒ Object
6989 6990 6991 |
# File 'lib/v20230517/models.rb', line 6989 def FailCount @FailCount end |
#FailReason ⇒ Object
6989 6990 6991 |
# File 'lib/v20230517/models.rb', line 6989 def FailReason @FailReason end |
#Progress ⇒ Object
6989 6990 6991 |
# File 'lib/v20230517/models.rb', line 6989 def Progress @Progress end |
#ResourceId ⇒ Object
6989 6990 6991 |
# File 'lib/v20230517/models.rb', line 6989 def ResourceId @ResourceId end |
#RunningCount ⇒ Object
6989 6990 6991 |
# File 'lib/v20230517/models.rb', line 6989 def RunningCount @RunningCount end |
#Runtime ⇒ Object
6989 6990 6991 |
# File 'lib/v20230517/models.rb', line 6989 def Runtime @Runtime end |
#StartedAt ⇒ Object
6989 6990 6991 |
# File 'lib/v20230517/models.rb', line 6989 def StartedAt @StartedAt end |
#Status ⇒ Object
6989 6990 6991 |
# File 'lib/v20230517/models.rb', line 6989 def Status @Status end |
#SuccessCount ⇒ Object
6989 6990 6991 |
# File 'lib/v20230517/models.rb', line 6989 def SuccessCount @SuccessCount end |
#TaskId ⇒ Object
6989 6990 6991 |
# File 'lib/v20230517/models.rb', line 6989 def TaskId @TaskId end |
#TaskType ⇒ Object
6989 6990 6991 |
# File 'lib/v20230517/models.rb', line 6989 def TaskType @TaskType end |
#Total ⇒ Object
6989 6990 6991 |
# File 'lib/v20230517/models.rb', line 6989 def Total @Total end |
#UpdatedAt ⇒ Object
6989 6990 6991 |
# File 'lib/v20230517/models.rb', line 6989 def UpdatedAt @UpdatedAt end |
Instance Method Details
#deserialize(params) ⇒ Object
7014 7015 7016 7017 7018 7019 7020 7021 7022 7023 7024 7025 7026 7027 7028 7029 7030 7031 7032 7033 7034 7035 |
# File 'lib/v20230517/models.rb', line 7014 def deserialize(params) @TaskId = params['TaskId'] @Status = params['Status'] @FailReason = params['FailReason'] @Progress = params['Progress'] @Action = params['Action'] @ActionZhDesc = params['ActionZhDesc'] @TaskType = params['TaskType'] @ResourceId = params['ResourceId'] @Total = params['Total'] @SuccessCount = params['SuccessCount'] @FailCount = params['FailCount'] @RunningCount = params['RunningCount'] @StartedAt = params['StartedAt'] @CreatedAt = params['CreatedAt'] @UpdatedAt = params['UpdatedAt'] @Runtime = params['Runtime'] @DeviceId = params['DeviceId'] @DeviceName = params['DeviceName'] @ChannelId = params['ChannelId'] @ChannelName = params['ChannelName'] end |