Class: TencentCloud::Cdn::V20180606::CreateClsLogTopicResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdn::V20180606::CreateClsLogTopicResponse
- Defined in:
- lib/v20180606/models.rb
Overview
CreateClsLogTopic返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(topicid = nil, requestid = nil) ⇒ CreateClsLogTopicResponse
constructor
A new instance of CreateClsLogTopicResponse.
Constructor Details
#initialize(topicid = nil, requestid = nil) ⇒ CreateClsLogTopicResponse
Returns a new instance of CreateClsLogTopicResponse.
2186 2187 2188 2189 |
# File 'lib/v20180606/models.rb', line 2186 def initialize(topicid=nil, requestid=nil) @TopicId = topicid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2184 2185 2186 |
# File 'lib/v20180606/models.rb', line 2184 def RequestId @RequestId end |
#TopicId ⇒ Object
2184 2185 2186 |
# File 'lib/v20180606/models.rb', line 2184 def TopicId @TopicId end |
Instance Method Details
#deserialize(params) ⇒ Object
2191 2192 2193 2194 |
# File 'lib/v20180606/models.rb', line 2191 def deserialize(params) @TopicId = params['TopicId'] @RequestId = params['RequestId'] end |