Class: TencentCloud::Wedata::V20210820::DescribeWorkflowByFordIdsRequest

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

Overview

DescribeWorkflowByFordIds请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(projectid = nil, folderidlist = nil) ⇒ DescribeWorkflowByFordIdsRequest

Returns a new instance of DescribeWorkflowByFordIdsRequest.



17589
17590
17591
17592
# File 'lib/v20210820/models.rb', line 17589

def initialize(projectid=nil, folderidlist=nil)
  @ProjectId = projectid
  @FolderIdList = folderidlist
end

Instance Attribute Details

#FolderIdListObject

Parameters:

  • ProjectId:

    项目Id

  • FolderIdList:

    文件夹Id



17587
17588
17589
# File 'lib/v20210820/models.rb', line 17587

def FolderIdList
  @FolderIdList
end

#ProjectIdObject

Parameters:

  • ProjectId:

    项目Id

  • FolderIdList:

    文件夹Id



17587
17588
17589
# File 'lib/v20210820/models.rb', line 17587

def ProjectId
  @ProjectId
end

Instance Method Details

#deserialize(params) ⇒ Object



17594
17595
17596
17597
# File 'lib/v20210820/models.rb', line 17594

def deserialize(params)
  @ProjectId = params['ProjectId']
  @FolderIdList = params['FolderIdList']
end