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
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#TopicId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
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.
2883 2884 2885 2886 |
# File 'lib/v20180606/models.rb', line 2883 def initialize(topicid=nil, requestid=nil) @TopicId = topicid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2881 2882 2883 |
# File 'lib/v20180606/models.rb', line 2881 def RequestId @RequestId end |
#TopicId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2881 2882 2883 |
# File 'lib/v20180606/models.rb', line 2881 def TopicId @TopicId end |
Instance Method Details
#deserialize(params) ⇒ Object
2888 2889 2890 2891 |
# File 'lib/v20180606/models.rb', line 2888 def deserialize(params) @TopicId = params['TopicId'] @RequestId = params['RequestId'] end |