Class: TencentCloud::Gaap::V20180529::HttpHeaderParam
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gaap::V20180529::HttpHeaderParam
- Defined in:
- lib/v20180529/models.rb
Overview
描述HTTP的包头参数
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(headername = nil, headervalue = nil) ⇒ HttpHeaderParam
constructor
A new instance of HttpHeaderParam.
Constructor Details
#initialize(headername = nil, headervalue = nil) ⇒ HttpHeaderParam
Returns a new instance of HttpHeaderParam.
5184 5185 5186 5187 |
# File 'lib/v20180529/models.rb', line 5184 def initialize(headername=nil, headervalue=nil) @HeaderName = headername @HeaderValue = headervalue end |
Instance Attribute Details
#HeaderName ⇒ Object
5182 5183 5184 |
# File 'lib/v20180529/models.rb', line 5182 def HeaderName @HeaderName end |
#HeaderValue ⇒ Object
5182 5183 5184 |
# File 'lib/v20180529/models.rb', line 5182 def HeaderValue @HeaderValue end |
Instance Method Details
#deserialize(params) ⇒ Object
5189 5190 5191 5192 |
# File 'lib/v20180529/models.rb', line 5189 def deserialize(params) @HeaderName = params['HeaderName'] @HeaderValue = params['HeaderValue'] end |