Class: TencentCloud::Iss::V20230517::SubTaskData
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iss::V20230517::SubTaskData
- 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
- #FailReason ⇒ Object
- #Progress ⇒ Object
- #ResourceId ⇒ Object
- #Runtime ⇒ Object
- #StartedAt ⇒ Object
- #Status ⇒ Object
- #SubTaskId ⇒ Object
- #UpdatedAt ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(subtaskid = nil, status = nil, failreason = nil, progress = nil, action = nil, actionzhdesc = nil, resourceid = nil, startedat = nil, createdat = nil, updatedat = nil, runtime = nil, deviceid = nil, devicename = nil, channelid = nil, channelname = nil) ⇒ SubTaskData
constructor
A new instance of SubTaskData.
Constructor Details
#initialize(subtaskid = nil, status = nil, failreason = nil, progress = nil, action = nil, actionzhdesc = nil, resourceid = nil, startedat = nil, createdat = nil, updatedat = nil, runtime = nil, deviceid = nil, devicename = nil, channelid = nil, channelname = nil) ⇒ SubTaskData
Returns a new instance of SubTaskData.
6909 6910 6911 6912 6913 6914 6915 6916 6917 6918 6919 6920 6921 6922 6923 6924 6925 |
# File 'lib/v20230517/models.rb', line 6909 def initialize(subtaskid=nil, status=nil, failreason=nil, progress=nil, action=nil, actionzhdesc=nil, resourceid=nil, startedat=nil, createdat=nil, updatedat=nil, runtime=nil, deviceid=nil, devicename=nil, channelid=nil, channelname=nil) @SubTaskId = subtaskid @Status = status @FailReason = failreason @Progress = progress @Action = action @ActionZhDesc = actionzhdesc @ResourceId = resourceid @StartedAt = startedat @CreatedAt = createdat @UpdatedAt = updatedat @Runtime = runtime @DeviceId = deviceid @DeviceName = devicename @ChannelId = channelid @ChannelName = channelname end |
Instance Attribute Details
#Action ⇒ Object
6907 6908 6909 |
# File 'lib/v20230517/models.rb', line 6907 def Action @Action end |
#ActionZhDesc ⇒ Object
6907 6908 6909 |
# File 'lib/v20230517/models.rb', line 6907 def ActionZhDesc @ActionZhDesc end |
#ChannelId ⇒ Object
6907 6908 6909 |
# File 'lib/v20230517/models.rb', line 6907 def ChannelId @ChannelId end |
#ChannelName ⇒ Object
6907 6908 6909 |
# File 'lib/v20230517/models.rb', line 6907 def ChannelName @ChannelName end |
#CreatedAt ⇒ Object
6907 6908 6909 |
# File 'lib/v20230517/models.rb', line 6907 def CreatedAt @CreatedAt end |
#DeviceId ⇒ Object
6907 6908 6909 |
# File 'lib/v20230517/models.rb', line 6907 def DeviceId @DeviceId end |
#DeviceName ⇒ Object
6907 6908 6909 |
# File 'lib/v20230517/models.rb', line 6907 def DeviceName @DeviceName end |
#FailReason ⇒ Object
6907 6908 6909 |
# File 'lib/v20230517/models.rb', line 6907 def FailReason @FailReason end |
#Progress ⇒ Object
6907 6908 6909 |
# File 'lib/v20230517/models.rb', line 6907 def Progress @Progress end |
#ResourceId ⇒ Object
6907 6908 6909 |
# File 'lib/v20230517/models.rb', line 6907 def ResourceId @ResourceId end |
#Runtime ⇒ Object
6907 6908 6909 |
# File 'lib/v20230517/models.rb', line 6907 def Runtime @Runtime end |
#StartedAt ⇒ Object
6907 6908 6909 |
# File 'lib/v20230517/models.rb', line 6907 def StartedAt @StartedAt end |
#Status ⇒ Object
6907 6908 6909 |
# File 'lib/v20230517/models.rb', line 6907 def Status @Status end |
#SubTaskId ⇒ Object
6907 6908 6909 |
# File 'lib/v20230517/models.rb', line 6907 def SubTaskId @SubTaskId end |
#UpdatedAt ⇒ Object
6907 6908 6909 |
# File 'lib/v20230517/models.rb', line 6907 def UpdatedAt @UpdatedAt end |
Instance Method Details
#deserialize(params) ⇒ Object
6927 6928 6929 6930 6931 6932 6933 6934 6935 6936 6937 6938 6939 6940 6941 6942 6943 |
# File 'lib/v20230517/models.rb', line 6927 def deserialize(params) @SubTaskId = params['SubTaskId'] @Status = params['Status'] @FailReason = params['FailReason'] @Progress = params['Progress'] @Action = params['Action'] @ActionZhDesc = params['ActionZhDesc'] @ResourceId = params['ResourceId'] @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 |