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.
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
#FolderIdList ⇒ Object
17486 17487 17488 |
# File 'lib/v20210820/models.rb', line 17486 def FolderIdList @FolderIdList end |
#ProjectId ⇒ Object
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 |