class TencentCloud::Tke::V20180525::HttpGet

Probe中的HttpGet

def deserialize(params)

def deserialize(params)
  @Path = params['Path']
  @Port = params['Port']
  @Scheme = params['Scheme']
end

def initialize(path=nil, port=nil, scheme=nil)

def initialize(path=nil, port=nil, scheme=nil)
  @Path = path
  @Port = port
  @Scheme = scheme
end