Class: TencentCloud::Cls::V20201016::CreateCloudProductLogCollectionResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cls::V20201016::CreateCloudProductLogCollectionResponse
- Defined in:
- lib/v20201016/models.rb
Overview
CreateCloudProductLogCollection返回参数结构体
Instance Attribute Summary collapse
- #LogsetId ⇒ Object
- #LogsetName ⇒ Object
- #RequestId ⇒ Object
- #Status ⇒ Object
- #TopicId ⇒ Object
- #TopicName ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(topicid = nil, topicname = nil, logsetid = nil, logsetname = nil, status = nil, requestid = nil) ⇒ CreateCloudProductLogCollectionResponse
constructor
A new instance of CreateCloudProductLogCollectionResponse.
Constructor Details
#initialize(topicid = nil, topicname = nil, logsetid = nil, logsetname = nil, status = nil, requestid = nil) ⇒ CreateCloudProductLogCollectionResponse
Returns a new instance of CreateCloudProductLogCollectionResponse.
2746 2747 2748 2749 2750 2751 2752 2753 |
# File 'lib/v20201016/models.rb', line 2746 def initialize(topicid=nil, topicname=nil, logsetid=nil, logsetname=nil, status=nil, requestid=nil) @TopicId = topicid @TopicName = topicname @LogsetId = logsetid @LogsetName = logsetname @Status = status @RequestId = requestid end |
Instance Attribute Details
#LogsetId ⇒ Object
2744 2745 2746 |
# File 'lib/v20201016/models.rb', line 2744 def LogsetId @LogsetId end |
#LogsetName ⇒ Object
2744 2745 2746 |
# File 'lib/v20201016/models.rb', line 2744 def LogsetName @LogsetName end |
#RequestId ⇒ Object
2744 2745 2746 |
# File 'lib/v20201016/models.rb', line 2744 def RequestId @RequestId end |
#Status ⇒ Object
2744 2745 2746 |
# File 'lib/v20201016/models.rb', line 2744 def Status @Status end |
#TopicId ⇒ Object
2744 2745 2746 |
# File 'lib/v20201016/models.rb', line 2744 def TopicId @TopicId end |
#TopicName ⇒ Object
2744 2745 2746 |
# File 'lib/v20201016/models.rb', line 2744 def TopicName @TopicName end |
Instance Method Details
#deserialize(params) ⇒ Object
2755 2756 2757 2758 2759 2760 2761 2762 |
# File 'lib/v20201016/models.rb', line 2755 def deserialize(params) @TopicId = params['TopicId'] @TopicName = params['TopicName'] @LogsetId = params['LogsetId'] @LogsetName = params['LogsetName'] @Status = params['Status'] @RequestId = params['RequestId'] end |