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.



11569
11570
11571
11572
11573
# File 'lib/v20210820/models.rb', line 11569

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为离线任务



11567
11568
11569
# File 'lib/v20210820/models.rb', line 11567

def Id
  @Id
end

#ProjectIdObject

Parameters:

  • Id:

    节点id

  • ProjectId:

    项目id

  • TaskType:

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



11567
11568
11569
# File 'lib/v20210820/models.rb', line 11567

def ProjectId
  @ProjectId
end

#TaskTypeObject

Parameters:

  • Id:

    节点id

  • ProjectId:

    项目id

  • TaskType:

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



11567
11568
11569
# File 'lib/v20210820/models.rb', line 11567

def TaskType
  @TaskType
end

Instance Method Details

#deserialize(params) ⇒ Object



11575
11576
11577
11578
11579
# File 'lib/v20210820/models.rb', line 11575

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