Class: TencentCloud::Tse::V20201207::DescribeUpstreamHealthCheckConfigRequest

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

Overview

DescribeUpstreamHealthCheckConfig请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(gatewayid = nil, name = nil) ⇒ DescribeUpstreamHealthCheckConfigRequest



7170
7171
7172
7173
# File 'lib/v20201207/models.rb', line 7170

def initialize(gatewayid=nil, name=nil)
  @GatewayId = gatewayid
  @Name = name
end

Instance Attribute Details

#GatewayIdObject



7168
7169
7170
# File 'lib/v20201207/models.rb', line 7168

def GatewayId
  @GatewayId
end

#NameObject



7168
7169
7170
# File 'lib/v20201207/models.rb', line 7168

def Name
  @Name
end

Instance Method Details

#deserialize(params) ⇒ Object



7175
7176
7177
7178
# File 'lib/v20201207/models.rb', line 7175

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