Class: TencentCloud::Cwp::V20180228::DescribeVertexDetailRequest

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

Overview

DescribeVertexDetail请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(vertexids = nil, incidentid = nil, tablename = nil) ⇒ DescribeVertexDetailRequest

Returns a new instance of DescribeVertexDetailRequest.



23126
23127
23128
23129
23130
# File 'lib/v20180228/models.rb', line 23126

def initialize(vertexids=nil, incidentid=nil, tablename=nil)
  @VertexIds = vertexids
  @IncidentId = incidentid
  @TableName = tablename
end

Instance Attribute Details

#IncidentIdObject

Parameters:

  • VertexIds:

    点id列表

  • IncidentId:

    事件id

  • TableName:

    事件所在表名



23124
23125
23126
# File 'lib/v20180228/models.rb', line 23124

def IncidentId
  @IncidentId
end

#TableNameObject

Parameters:

  • VertexIds:

    点id列表

  • IncidentId:

    事件id

  • TableName:

    事件所在表名



23124
23125
23126
# File 'lib/v20180228/models.rb', line 23124

def TableName
  @TableName
end

#VertexIdsObject

Parameters:

  • VertexIds:

    点id列表

  • IncidentId:

    事件id

  • TableName:

    事件所在表名



23124
23125
23126
# File 'lib/v20180228/models.rb', line 23124

def VertexIds
  @VertexIds
end

Instance Method Details

#deserialize(params) ⇒ Object



23132
23133
23134
23135
23136
# File 'lib/v20180228/models.rb', line 23132

def deserialize(params)
  @VertexIds = params['VertexIds']
  @IncidentId = params['IncidentId']
  @TableName = params['TableName']
end