Class: TencentCloud::Wedata::V20210820::DescribeSchedulerInstanceStatusRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::DescribeSchedulerInstanceStatusRequest
- Defined in:
- lib/v20210820/models.rb
Overview
DescribeSchedulerInstanceStatus请求参数结构体
Instance Attribute Summary collapse
- #EndTime ⇒ Object
- #ExecutionGroupId ⇒ Object
- #ExecutionGroupName ⇒ Object
- #InCharge ⇒ Object
- #ProjectId ⇒ Object
- #ProjectIds ⇒ Object
- #StartTime ⇒ Object
- #TaskTypeId ⇒ Object
- #WorkflowId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(projectid = nil, tasktypeid = nil, executiongroupid = nil, executiongroupname = nil, starttime = nil, endtime = nil, incharge = nil, workflowid = nil, projectids = nil) ⇒ DescribeSchedulerInstanceStatusRequest
constructor
A new instance of DescribeSchedulerInstanceStatusRequest.
Constructor Details
#initialize(projectid = nil, tasktypeid = nil, executiongroupid = nil, executiongroupname = nil, starttime = nil, endtime = nil, incharge = nil, workflowid = nil, projectids = nil) ⇒ DescribeSchedulerInstanceStatusRequest
Returns a new instance of DescribeSchedulerInstanceStatusRequest.
15046 15047 15048 15049 15050 15051 15052 15053 15054 15055 15056 |
# File 'lib/v20210820/models.rb', line 15046 def initialize(projectid=nil, tasktypeid=nil, executiongroupid=nil, executiongroupname=nil, starttime=nil, endtime=nil, incharge=nil, workflowid=nil, projectids=nil) @ProjectId = projectid @TaskTypeId = tasktypeid @ExecutionGroupId = executiongroupid @ExecutionGroupName = executiongroupname @StartTime = starttime @EndTime = endtime @InCharge = incharge @WorkflowId = workflowid @ProjectIds = projectids end |
Instance Attribute Details
#EndTime ⇒ Object
15044 15045 15046 |
# File 'lib/v20210820/models.rb', line 15044 def EndTime @EndTime end |
#ExecutionGroupId ⇒ Object
15044 15045 15046 |
# File 'lib/v20210820/models.rb', line 15044 def ExecutionGroupId @ExecutionGroupId end |
#ExecutionGroupName ⇒ Object
15044 15045 15046 |
# File 'lib/v20210820/models.rb', line 15044 def ExecutionGroupName @ExecutionGroupName end |
#InCharge ⇒ Object
15044 15045 15046 |
# File 'lib/v20210820/models.rb', line 15044 def InCharge @InCharge end |
#ProjectId ⇒ Object
15044 15045 15046 |
# File 'lib/v20210820/models.rb', line 15044 def ProjectId @ProjectId end |
#ProjectIds ⇒ Object
15044 15045 15046 |
# File 'lib/v20210820/models.rb', line 15044 def ProjectIds @ProjectIds end |
#StartTime ⇒ Object
15044 15045 15046 |
# File 'lib/v20210820/models.rb', line 15044 def StartTime @StartTime end |
#TaskTypeId ⇒ Object
15044 15045 15046 |
# File 'lib/v20210820/models.rb', line 15044 def TaskTypeId @TaskTypeId end |
#WorkflowId ⇒ Object
15044 15045 15046 |
# File 'lib/v20210820/models.rb', line 15044 def WorkflowId @WorkflowId end |
Instance Method Details
#deserialize(params) ⇒ Object
15058 15059 15060 15061 15062 15063 15064 15065 15066 15067 15068 |
# File 'lib/v20210820/models.rb', line 15058 def deserialize(params) @ProjectId = params['ProjectId'] @TaskTypeId = params['TaskTypeId'] @ExecutionGroupId = params['ExecutionGroupId'] @ExecutionGroupName = params['ExecutionGroupName'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @InCharge = params['InCharge'] @WorkflowId = params['WorkflowId'] @ProjectIds = params['ProjectIds'] end |