Method: TencentCloud::Tke::V20180525::HttpGet#initialize

Defined in:
lib/v20180525/models.rb

#initialize(path = nil, port = nil, scheme = nil) ⇒ HttpGet

Returns a new instance of HttpGet.



12336
12337
12338
12339
12340
# File 'lib/v20180525/models.rb', line 12336

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