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.



17488
17489
17490
17491
# File 'lib/v20210820/models.rb', line 17488

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

Instance Attribute Details

#FolderIdListObject

Parameters:

  • ProjectId:

    项目Id

  • FolderIdList:

    文件夹Id



17486
17487
17488
# File 'lib/v20210820/models.rb', line 17486

def FolderIdList
  @FolderIdList
end

#ProjectIdObject

Parameters:

  • ProjectId:

    项目Id

  • FolderIdList:

    文件夹Id



17486
17487
17488
# File 'lib/v20210820/models.rb', line 17486

def ProjectId
  @ProjectId
end

Instance Method Details

#deserialize(params) ⇒ Object



17493
17494
17495
17496
# File 'lib/v20210820/models.rb', line 17493

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