Class: TencentCloud::Wedata::V20210820::DescribeIntegrationNodeRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::DescribeIntegrationNodeRequest
- Defined in:
- lib/v20210820/models.rb
Overview
DescribeIntegrationNode请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, projectid = nil, tasktype = nil) ⇒ DescribeIntegrationNodeRequest
constructor
A new instance of DescribeIntegrationNodeRequest.
Constructor Details
#initialize(id = nil, projectid = nil, tasktype = nil) ⇒ DescribeIntegrationNodeRequest
Returns a new instance of DescribeIntegrationNodeRequest.
12025 12026 12027 12028 12029 |
# File 'lib/v20210820/models.rb', line 12025 def initialize(id=nil, projectid=nil, tasktype=nil) @Id = id @ProjectId = projectid @TaskType = tasktype end |
Instance Attribute Details
#Id ⇒ Object
12023 12024 12025 |
# File 'lib/v20210820/models.rb', line 12023 def Id @Id end |
#ProjectId ⇒ Object
12023 12024 12025 |
# File 'lib/v20210820/models.rb', line 12023 def ProjectId @ProjectId end |
#TaskType ⇒ Object
12023 12024 12025 |
# File 'lib/v20210820/models.rb', line 12023 def TaskType @TaskType end |
Instance Method Details
#deserialize(params) ⇒ Object
12031 12032 12033 12034 12035 |
# File 'lib/v20210820/models.rb', line 12031 def deserialize(params) @Id = params['Id'] @ProjectId = params['ProjectId'] @TaskType = params['TaskType'] end |