Class: TencentCloud::Wedata::V20210820::DescribeWorkflowByFordIdsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::DescribeWorkflowByFordIdsRequest
- Defined in:
- lib/v20210820/models.rb
Overview
DescribeWorkflowByFordIds请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(projectid = nil, folderidlist = nil) ⇒ DescribeWorkflowByFordIdsRequest
constructor
A new instance of DescribeWorkflowByFordIdsRequest.
Constructor Details
#initialize(projectid = nil, folderidlist = nil) ⇒ DescribeWorkflowByFordIdsRequest
Returns a new instance of DescribeWorkflowByFordIdsRequest.
18247 18248 18249 18250 |
# File 'lib/v20210820/models.rb', line 18247 def initialize(projectid=nil, folderidlist=nil) @ProjectId = projectid @FolderIdList = folderidlist end |
Instance Attribute Details
#FolderIdList ⇒ Object
18245 18246 18247 |
# File 'lib/v20210820/models.rb', line 18245 def FolderIdList @FolderIdList end |
#ProjectId ⇒ Object
18245 18246 18247 |
# File 'lib/v20210820/models.rb', line 18245 def ProjectId @ProjectId end |
Instance Method Details
#deserialize(params) ⇒ Object
18252 18253 18254 18255 |
# File 'lib/v20210820/models.rb', line 18252 def deserialize(params) @ProjectId = params['ProjectId'] @FolderIdList = params['FolderIdList'] end |