Class: TencentCloud::Ckafka::V20190819::UrlDecodeParam
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ckafka::V20190819::UrlDecodeParam
- Defined in:
- lib/v20190819/models.rb
Overview
Url解析
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(charsetname = nil) ⇒ UrlDecodeParam
constructor
A new instance of UrlDecodeParam.
Constructor Details
#initialize(charsetname = nil) ⇒ UrlDecodeParam
Returns a new instance of UrlDecodeParam.
12404 12405 12406 |
# File 'lib/v20190819/models.rb', line 12404 def initialize(charsetname=nil) @CharsetName = charsetname end |
Instance Attribute Details
#CharsetName ⇒ Object
12402 12403 12404 |
# File 'lib/v20190819/models.rb', line 12402 def CharsetName @CharsetName end |
Instance Method Details
#deserialize(params) ⇒ Object
12408 12409 12410 |
# File 'lib/v20190819/models.rb', line 12408 def deserialize(params) @CharsetName = params['CharsetName'] end |