Class: TencentCloud::Cfg::V20210820::TaskGroupInstance
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfg::V20210820::TaskGroupInstance
- Extended by:
- Gem::Deprecate
- Defined in:
- lib/v20210820/models.rb
Overview
任务分组动作实例
Instance Attribute Summary collapse
-
#TaskGroupInstanceCreateTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#TaskGroupInstanceEndTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#TaskGroupInstanceExecuteLog ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#TaskGroupInstanceExecuteTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#TaskGroupInstanceId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#TaskGroupInstanceIsRedo ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#TaskGroupInstanceObjectId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#TaskGroupInstanceStartTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#TaskGroupInstanceStatus ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#TaskGroupInstanceStatusType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#TaskGroupInstanceUpdateTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(taskgroupinstanceid = nil, taskgroupinstanceobjectid = nil, taskgroupinstancestatus = nil, taskgroupinstancecreatetime = nil, taskgroupinstanceupdatetime = nil, taskgroupinstancestatustype = nil, taskgroupinstancestarttime = nil, taskgroupinstanceendtime = nil, taskgroupinstanceexecutelog = nil, taskgroupinstanceisredo = nil, taskgroupinstanceexecutetime = nil) ⇒ TaskGroupInstance
constructor
A new instance of TaskGroupInstance.
Constructor Details
#initialize(taskgroupinstanceid = nil, taskgroupinstanceobjectid = nil, taskgroupinstancestatus = nil, taskgroupinstancecreatetime = nil, taskgroupinstanceupdatetime = nil, taskgroupinstancestatustype = nil, taskgroupinstancestarttime = nil, taskgroupinstanceendtime = nil, taskgroupinstanceexecutelog = nil, taskgroupinstanceisredo = nil, taskgroupinstanceexecutetime = nil) ⇒ TaskGroupInstance
Returns a new instance of TaskGroupInstance.
2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 |
# File 'lib/v20210820/models.rb', line 2087 def initialize(taskgroupinstanceid=nil, taskgroupinstanceobjectid=nil, taskgroupinstancestatus=nil, taskgroupinstancecreatetime=nil, taskgroupinstanceupdatetime=nil, taskgroupinstancestatustype=nil, taskgroupinstancestarttime=nil, taskgroupinstanceendtime=nil, taskgroupinstanceexecutelog=nil, taskgroupinstanceisredo=nil, taskgroupinstanceexecutetime=nil) @TaskGroupInstanceId = taskgroupinstanceid @TaskGroupInstanceObjectId = taskgroupinstanceobjectid @TaskGroupInstanceStatus = taskgroupinstancestatus @TaskGroupInstanceCreateTime = taskgroupinstancecreatetime @TaskGroupInstanceUpdateTime = taskgroupinstanceupdatetime @TaskGroupInstanceStatusType = taskgroupinstancestatustype @TaskGroupInstanceStartTime = taskgroupinstancestarttime @TaskGroupInstanceEndTime = taskgroupinstanceendtime @TaskGroupInstanceExecuteLog = taskgroupinstanceexecutelog @TaskGroupInstanceIsRedo = taskgroupinstanceisredo @TaskGroupInstanceExecuteTime = taskgroupinstanceexecutetime end |
Instance Attribute Details
#TaskGroupInstanceCreateTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2082 2083 2084 |
# File 'lib/v20210820/models.rb', line 2082 def TaskGroupInstanceCreateTime @TaskGroupInstanceCreateTime end |
#TaskGroupInstanceEndTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2082 2083 2084 |
# File 'lib/v20210820/models.rb', line 2082 def TaskGroupInstanceEndTime @TaskGroupInstanceEndTime end |
#TaskGroupInstanceExecuteLog ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2082 2083 2084 |
# File 'lib/v20210820/models.rb', line 2082 def TaskGroupInstanceExecuteLog @TaskGroupInstanceExecuteLog end |
#TaskGroupInstanceExecuteTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2082 2083 2084 |
# File 'lib/v20210820/models.rb', line 2082 def TaskGroupInstanceExecuteTime @TaskGroupInstanceExecuteTime end |
#TaskGroupInstanceId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2082 2083 2084 |
# File 'lib/v20210820/models.rb', line 2082 def TaskGroupInstanceId @TaskGroupInstanceId end |
#TaskGroupInstanceIsRedo ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2082 2083 2084 |
# File 'lib/v20210820/models.rb', line 2082 def TaskGroupInstanceIsRedo @TaskGroupInstanceIsRedo end |
#TaskGroupInstanceObjectId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2082 2083 2084 |
# File 'lib/v20210820/models.rb', line 2082 def TaskGroupInstanceObjectId @TaskGroupInstanceObjectId end |
#TaskGroupInstanceStartTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2082 2083 2084 |
# File 'lib/v20210820/models.rb', line 2082 def TaskGroupInstanceStartTime @TaskGroupInstanceStartTime end |
#TaskGroupInstanceStatus ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2082 2083 2084 |
# File 'lib/v20210820/models.rb', line 2082 def TaskGroupInstanceStatus @TaskGroupInstanceStatus end |
#TaskGroupInstanceStatusType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2082 2083 2084 |
# File 'lib/v20210820/models.rb', line 2082 def TaskGroupInstanceStatusType @TaskGroupInstanceStatusType end |
#TaskGroupInstanceUpdateTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2082 2083 2084 |
# File 'lib/v20210820/models.rb', line 2082 def TaskGroupInstanceUpdateTime @TaskGroupInstanceUpdateTime end |
Instance Method Details
#deserialize(params) ⇒ Object
2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 |
# File 'lib/v20210820/models.rb', line 2101 def deserialize(params) @TaskGroupInstanceId = params['TaskGroupInstanceId'] @TaskGroupInstanceObjectId = params['TaskGroupInstanceObjectId'] @TaskGroupInstanceStatus = params['TaskGroupInstanceStatus'] @TaskGroupInstanceCreateTime = params['TaskGroupInstanceCreateTime'] @TaskGroupInstanceUpdateTime = params['TaskGroupInstanceUpdateTime'] @TaskGroupInstanceStatusType = params['TaskGroupInstanceStatusType'] @TaskGroupInstanceStartTime = params['TaskGroupInstanceStartTime'] @TaskGroupInstanceEndTime = params['TaskGroupInstanceEndTime'] @TaskGroupInstanceExecuteLog = params['TaskGroupInstanceExecuteLog'] @TaskGroupInstanceIsRedo = params['TaskGroupInstanceIsRedo'] @TaskGroupInstanceExecuteTime = params['TaskGroupInstanceExecuteTime'] end |