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.



5234
5235
5236
5237
# File 'lib/v20201207/models.rb', line 5234

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

Instance Attribute Details

#GatewayIdObject

Parameters:

  • GatewayId:

    网关ID

  • ServiceName:

    服务名字



5232
5233
5234
# File 'lib/v20201207/models.rb', line 5232

def GatewayId
  @GatewayId
end

#ServiceNameObject

Parameters:

  • GatewayId:

    网关ID

  • ServiceName:

    服务名字



5232
5233
5234
# File 'lib/v20201207/models.rb', line 5232

def ServiceName
  @ServiceName
end

Instance Method Details

#deserialize(params) ⇒ Object



5239
5240
5241
5242
# File 'lib/v20201207/models.rb', line 5239

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