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.
6131 6132 6133 |
# File 'lib/v20180606/models.rb', line 6131 def initialize(channel=nil) @Channel = channel end |
Instance Attribute Details
#Channel ⇒ Object
6129 6130 6131 |
# File 'lib/v20180606/models.rb', line 6129 def Channel @Channel end |
Instance Method Details
#deserialize(params) ⇒ Object
6135 6136 6137 |
# File 'lib/v20180606/models.rb', line 6135 def deserialize(params) @Channel = params['Channel'] end |