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.



8123
8124
8125
8126
8127
# File 'lib/v20210820/models.rb', line 8123

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



8121
8122
8123
# File 'lib/v20210820/models.rb', line 8121

def Id
  @Id
end

#ProjectIdObject

Parameters:

  • Id:

    节点id

  • ProjectId:

    项目id

  • TaskType:

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



8121
8122
8123
# File 'lib/v20210820/models.rb', line 8121

def ProjectId
  @ProjectId
end

#TaskTypeObject

Parameters:

  • Id:

    节点id

  • ProjectId:

    项目id

  • TaskType:

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



8121
8122
8123
# File 'lib/v20210820/models.rb', line 8121

def TaskType
  @TaskType
end

Instance Method Details

#deserialize(params) ⇒ Object



8129
8130
8131
8132
8133
# File 'lib/v20210820/models.rb', line 8129

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