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.



3114
3115
3116
3117
# File 'lib/v20201207/models.rb', line 3114

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

Instance Attribute Details

#GatewayIdObject

Parameters:

  • GatewayId:

    网关ID

  • ServiceName:

    服务名字



3112
3113
3114
# File 'lib/v20201207/models.rb', line 3112

def GatewayId
  @GatewayId
end

#ServiceNameObject

Parameters:

  • GatewayId:

    网关ID

  • ServiceName:

    服务名字



3112
3113
3114
# File 'lib/v20201207/models.rb', line 3112

def ServiceName
  @ServiceName
end

Instance Method Details

#deserialize(params) ⇒ Object



3119
3120
3121
3122
# File 'lib/v20201207/models.rb', line 3119

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