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.
8460 8461 8462 |
# File 'lib/v20180606/models.rb', line 8460 def initialize(channel=nil) @Channel = channel end |
Instance Attribute Details
#Channel ⇒ Object
8458 8459 8460 |
# File 'lib/v20180606/models.rb', line 8458 def Channel @Channel end |
Instance Method Details
#deserialize(params) ⇒ Object
8464 8465 8466 |
# File 'lib/v20180606/models.rb', line 8464 def deserialize(params) @Channel = params['Channel'] end |