Class: TencentCloud::Wedata::V20210820::DescribeWorkflowExecuteByIdRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20210820/models.rb

Overview

DescribeWorkflowExecuteById请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(projectid = nil, workflowidlist = nil, pagenumber = nil, pagesize = nil) ⇒ DescribeWorkflowExecuteByIdRequest

Returns a new instance of DescribeWorkflowExecuteByIdRequest.



12438
12439
12440
12441
12442
12443
# File 'lib/v20210820/models.rb', line 12438

def initialize(projectid=nil, workflowidlist=nil, pagenumber=nil, pagesize=nil)
  @ProjectId = projectid
  @WorkFlowIdList = workflowidlist
  @PageNumber = pagenumber
  @PageSize = pagesize
end

Instance Attribute Details

#PageNumberObject

Parameters:

  • ProjectId:

    项目ID

  • WorkFlowIdList:

    工作流ID

  • PageNumber:

    分页大小

  • PageSize:

    分页索引



12436
12437
12438
# File 'lib/v20210820/models.rb', line 12436

def PageNumber
  @PageNumber
end

#PageSizeObject

Parameters:

  • ProjectId:

    项目ID

  • WorkFlowIdList:

    工作流ID

  • PageNumber:

    分页大小

  • PageSize:

    分页索引



12436
12437
12438
# File 'lib/v20210820/models.rb', line 12436

def PageSize
  @PageSize
end

#ProjectIdObject

Parameters:

  • ProjectId:

    项目ID

  • WorkFlowIdList:

    工作流ID

  • PageNumber:

    分页大小

  • PageSize:

    分页索引



12436
12437
12438
# File 'lib/v20210820/models.rb', line 12436

def ProjectId
  @ProjectId
end

#WorkFlowIdListObject

Parameters:

  • ProjectId:

    项目ID

  • WorkFlowIdList:

    工作流ID

  • PageNumber:

    分页大小

  • PageSize:

    分页索引



12436
12437
12438
# File 'lib/v20210820/models.rb', line 12436

def WorkFlowIdList
  @WorkFlowIdList
end

Instance Method Details

#deserialize(params) ⇒ Object



12445
12446
12447
12448
12449
12450
# File 'lib/v20210820/models.rb', line 12445

def deserialize(params)
  @ProjectId = params['ProjectId']
  @WorkFlowIdList = params['WorkFlowIdList']
  @PageNumber = params['PageNumber']
  @PageSize = params['PageSize']
end