Class: TencentCloud::Tse::V20201207::DescribeCloudNativeAPIGatewayUpstreamRequest

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

Overview

DescribeCloudNativeAPIGatewayUpstream请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(gatewayid = nil, servicename = nil) ⇒ DescribeCloudNativeAPIGatewayUpstreamRequest

Returns a new instance of DescribeCloudNativeAPIGatewayUpstreamRequest.



5255
5256
5257
5258
# File 'lib/v20201207/models.rb', line 5255

def initialize(gatewayid=nil, servicename=nil)
  @GatewayId = gatewayid
  @ServiceName = servicename
end

Instance Attribute Details

#GatewayIdObject

Parameters:

  • GatewayId:

    网关ID

  • ServiceName:

    服务名字



5253
5254
5255
# File 'lib/v20201207/models.rb', line 5253

def GatewayId
  @GatewayId
end

#ServiceNameObject

Parameters:

  • GatewayId:

    网关ID

  • ServiceName:

    服务名字



5253
5254
5255
# File 'lib/v20201207/models.rb', line 5253

def ServiceName
  @ServiceName
end

Instance Method Details

#deserialize(params) ⇒ Object



5260
5261
5262
5263
# File 'lib/v20201207/models.rb', line 5260

def deserialize(params)
  @GatewayId = params['GatewayId']
  @ServiceName = params['ServiceName']
end