Class: TencentCloud::Tione::V20211111::HTTPGetAction
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tione::V20211111::HTTPGetAction
- Defined in:
- lib/v20211111/models.rb
Overview
http get 行为
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(path = nil, port = nil) ⇒ HTTPGetAction
constructor
A new instance of HTTPGetAction.
Constructor Details
#initialize(path = nil, port = nil) ⇒ HTTPGetAction
Returns a new instance of HTTPGetAction.
4576 4577 4578 4579 |
# File 'lib/v20211111/models.rb', line 4576 def initialize(path=nil, port=nil) @Path = path @Port = port end |
Instance Attribute Details
#Path ⇒ Object
4574 4575 4576 |
# File 'lib/v20211111/models.rb', line 4574 def Path @Path end |
#Port ⇒ Object
4574 4575 4576 |
# File 'lib/v20211111/models.rb', line 4574 def Port @Port end |
Instance Method Details
#deserialize(params) ⇒ Object
4581 4582 4583 4584 |
# File 'lib/v20211111/models.rb', line 4581 def deserialize(params) @Path = params['Path'] @Port = params['Port'] end |