class TencentCloud::Tsf::V20180326::HttpGetOption

HttpGet 执行内容

def deserialize(params)

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

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

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