Class: TencentCloud::Cfg::V20210820::TaskListItem
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfg::V20210820::TaskListItem
- Defined in:
- lib/v20210820/models.rb
Overview
任务列表信息
Instance Attribute Summary collapse
- #ApplicationId ⇒ Object
- #ApplicationName ⇒ Object
- #ArchId ⇒ Object
- #ArchName ⇒ Object
- #TaskCreateTime ⇒ Object
- #TaskDescription ⇒ Object
- #TaskExpect ⇒ Object
- #TaskId ⇒ Object
- #TaskPreCheckStatus ⇒ Object
- #TaskPreCheckSuccess ⇒ Object
- #TaskStatus ⇒ Object
- #TaskStatusType ⇒ Object
- #TaskTag ⇒ Object
- #TaskTitle ⇒ Object
- #TaskUpdateTime ⇒ Object
- #VerifyId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(taskid = nil, tasktitle = nil, taskdescription = nil, tasktag = nil, taskstatus = nil, taskcreatetime = nil, taskupdatetime = nil, taskprecheckstatus = nil, taskprechecksuccess = nil, taskexpect = nil, applicationid = nil, applicationname = nil, verifyid = nil, taskstatustype = nil, archid = nil, archname = nil) ⇒ TaskListItem
constructor
A new instance of TaskListItem.
Constructor Details
#initialize(taskid = nil, tasktitle = nil, taskdescription = nil, tasktag = nil, taskstatus = nil, taskcreatetime = nil, taskupdatetime = nil, taskprecheckstatus = nil, taskprechecksuccess = nil, taskexpect = nil, applicationid = nil, applicationname = nil, verifyid = nil, taskstatustype = nil, archid = nil, archname = nil) ⇒ TaskListItem
Returns a new instance of TaskListItem.
2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 |
# File 'lib/v20210820/models.rb', line 2177 def initialize(taskid=nil, tasktitle=nil, taskdescription=nil, tasktag=nil, taskstatus=nil, taskcreatetime=nil, taskupdatetime=nil, taskprecheckstatus=nil, taskprechecksuccess=nil, taskexpect=nil, applicationid=nil, applicationname=nil, verifyid=nil, taskstatustype=nil, archid=nil, archname=nil) @TaskId = taskid @TaskTitle = tasktitle @TaskDescription = taskdescription @TaskTag = tasktag @TaskStatus = taskstatus @TaskCreateTime = taskcreatetime @TaskUpdateTime = taskupdatetime @TaskPreCheckStatus = taskprecheckstatus @TaskPreCheckSuccess = taskprechecksuccess @TaskExpect = taskexpect @ApplicationId = applicationid @ApplicationName = applicationname @VerifyId = verifyid @TaskStatusType = taskstatustype @ArchId = archid @ArchName = archname end |
Instance Attribute Details
#ApplicationId ⇒ Object
2175 2176 2177 |
# File 'lib/v20210820/models.rb', line 2175 def ApplicationId @ApplicationId end |
#ApplicationName ⇒ Object
2175 2176 2177 |
# File 'lib/v20210820/models.rb', line 2175 def ApplicationName @ApplicationName end |
#ArchId ⇒ Object
2175 2176 2177 |
# File 'lib/v20210820/models.rb', line 2175 def ArchId @ArchId end |
#ArchName ⇒ Object
2175 2176 2177 |
# File 'lib/v20210820/models.rb', line 2175 def ArchName @ArchName end |
#TaskCreateTime ⇒ Object
2175 2176 2177 |
# File 'lib/v20210820/models.rb', line 2175 def TaskCreateTime @TaskCreateTime end |
#TaskDescription ⇒ Object
2175 2176 2177 |
# File 'lib/v20210820/models.rb', line 2175 def TaskDescription @TaskDescription end |
#TaskExpect ⇒ Object
2175 2176 2177 |
# File 'lib/v20210820/models.rb', line 2175 def TaskExpect @TaskExpect end |
#TaskId ⇒ Object
2175 2176 2177 |
# File 'lib/v20210820/models.rb', line 2175 def TaskId @TaskId end |
#TaskPreCheckStatus ⇒ Object
2175 2176 2177 |
# File 'lib/v20210820/models.rb', line 2175 def TaskPreCheckStatus @TaskPreCheckStatus end |
#TaskPreCheckSuccess ⇒ Object
2175 2176 2177 |
# File 'lib/v20210820/models.rb', line 2175 def TaskPreCheckSuccess @TaskPreCheckSuccess end |
#TaskStatus ⇒ Object
2175 2176 2177 |
# File 'lib/v20210820/models.rb', line 2175 def TaskStatus @TaskStatus end |
#TaskStatusType ⇒ Object
2175 2176 2177 |
# File 'lib/v20210820/models.rb', line 2175 def TaskStatusType @TaskStatusType end |
#TaskTag ⇒ Object
2175 2176 2177 |
# File 'lib/v20210820/models.rb', line 2175 def TaskTag @TaskTag end |
#TaskTitle ⇒ Object
2175 2176 2177 |
# File 'lib/v20210820/models.rb', line 2175 def TaskTitle @TaskTitle end |
#TaskUpdateTime ⇒ Object
2175 2176 2177 |
# File 'lib/v20210820/models.rb', line 2175 def TaskUpdateTime @TaskUpdateTime end |
#VerifyId ⇒ Object
2175 2176 2177 |
# File 'lib/v20210820/models.rb', line 2175 def VerifyId @VerifyId end |
Instance Method Details
#deserialize(params) ⇒ Object
2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 |
# File 'lib/v20210820/models.rb', line 2196 def deserialize(params) @TaskId = params['TaskId'] @TaskTitle = params['TaskTitle'] @TaskDescription = params['TaskDescription'] @TaskTag = params['TaskTag'] @TaskStatus = params['TaskStatus'] @TaskCreateTime = params['TaskCreateTime'] @TaskUpdateTime = params['TaskUpdateTime'] @TaskPreCheckStatus = params['TaskPreCheckStatus'] @TaskPreCheckSuccess = params['TaskPreCheckSuccess'] @TaskExpect = params['TaskExpect'] @ApplicationId = params['ApplicationId'] @ApplicationName = params['ApplicationName'] @VerifyId = params['VerifyId'] @TaskStatusType = params['TaskStatusType'] @ArchId = params['ArchId'] @ArchName = params['ArchName'] end |