Class: TencentCloud::Cdn::V20180606::ListClsLogTopicsRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdn::V20180606::ListClsLogTopicsRequest
- Defined in:
- lib/v20180606/models.rb
Overview
ListClsLogTopics请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(channel = nil) ⇒ ListClsLogTopicsRequest
constructor
A new instance of ListClsLogTopicsRequest.
Constructor Details
#initialize(channel = nil) ⇒ ListClsLogTopicsRequest
Returns a new instance of ListClsLogTopicsRequest.
8478 8479 8480 |
# File 'lib/v20180606/models.rb', line 8478 def initialize(channel=nil) @Channel = channel end |
Instance Attribute Details
#Channel ⇒ Object
8476 8477 8478 |
# File 'lib/v20180606/models.rb', line 8476 def Channel @Channel end |
Instance Method Details
#deserialize(params) ⇒ Object
8482 8483 8484 |
# File 'lib/v20180606/models.rb', line 8482 def deserialize(params) @Channel = params['Channel'] end |