Class: TencentCloud::Wedata::V20210820::DescribeIntegrationNodeRequest

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

Overview

DescribeIntegrationNode请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#IdObject

Parameters:

  • Id:

    节点id

  • ProjectId:

    项目id

  • TaskType:

    任务类型,201为实时任务,202为离线任务



12023
12024
12025
# File 'lib/v20210820/models.rb', line 12023

def Id
  @Id
end

#ProjectIdObject

Parameters:

  • Id:

    节点id

  • ProjectId:

    项目id

  • TaskType:

    任务类型,201为实时任务,202为离线任务



12023
12024
12025
# File 'lib/v20210820/models.rb', line 12023

def ProjectId
  @ProjectId
end

#TaskTypeObject

Parameters:

  • Id:

    节点id

  • ProjectId:

    项目id

  • TaskType:

    任务类型,201为实时任务,202为离线任务



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