Class: TencentCloud::Cdn::V20180606::ClsLogObject
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdn::V20180606::ClsLogObject
- Defined in:
- lib/v20180606/models.rb
Overview
CLS日志搜索对象
Instance Attribute Summary collapse
- #Content ⇒ Object
- #Filename ⇒ Object
- #Source ⇒ Object
- #Timestamp ⇒ Object
- #TopicId ⇒ Object
- #TopicName ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(topicid = nil, topicname = nil, timestamp = nil, content = nil, filename = nil, source = nil) ⇒ ClsLogObject
constructor
A new instance of ClsLogObject.
Constructor Details
#initialize(topicid = nil, topicname = nil, timestamp = nil, content = nil, filename = nil, source = nil) ⇒ ClsLogObject
Returns a new instance of ClsLogObject.
2655 2656 2657 2658 2659 2660 2661 2662 |
# File 'lib/v20180606/models.rb', line 2655 def initialize(topicid=nil, topicname=nil, =nil, content=nil, filename=nil, source=nil) @TopicId = topicid @TopicName = topicname @Timestamp = @Content = content @Filename = filename @Source = source end |
Instance Attribute Details
#Content ⇒ Object
2653 2654 2655 |
# File 'lib/v20180606/models.rb', line 2653 def Content @Content end |
#Filename ⇒ Object
2653 2654 2655 |
# File 'lib/v20180606/models.rb', line 2653 def Filename @Filename end |
#Source ⇒ Object
2653 2654 2655 |
# File 'lib/v20180606/models.rb', line 2653 def Source @Source end |
#Timestamp ⇒ Object
2653 2654 2655 |
# File 'lib/v20180606/models.rb', line 2653 def Timestamp @Timestamp end |
#TopicId ⇒ Object
2653 2654 2655 |
# File 'lib/v20180606/models.rb', line 2653 def TopicId @TopicId end |
#TopicName ⇒ Object
2653 2654 2655 |
# File 'lib/v20180606/models.rb', line 2653 def TopicName @TopicName end |
Instance Method Details
#deserialize(params) ⇒ Object
2664 2665 2666 2667 2668 2669 2670 2671 |
# File 'lib/v20180606/models.rb', line 2664 def deserialize(params) @TopicId = params['TopicId'] @TopicName = params['TopicName'] @Timestamp = params['Timestamp'] @Content = params['Content'] @Filename = params['Filename'] @Source = params['Source'] end |