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.
2882 2883 2884 2885 |
# File 'lib/v20180606/models.rb', line 2882 def initialize(topicid=nil, requestid=nil) @TopicId = topicid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2880 2881 2882 |
# File 'lib/v20180606/models.rb', line 2880 def RequestId @RequestId end |
#TopicId ⇒ Object
2880 2881 2882 |
# File 'lib/v20180606/models.rb', line 2880 def TopicId @TopicId end |
Instance Method Details
#deserialize(params) ⇒ Object
2887 2888 2889 2890 |
# File 'lib/v20180606/models.rb', line 2887 def deserialize(params) @TopicId = params['TopicId'] @RequestId = params['RequestId'] end |