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.
1958 1959 1960 1961 1962 1963 1964 1965 |
# File 'lib/v20180606/models.rb', line 1958 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
1956 1957 1958 |
# File 'lib/v20180606/models.rb', line 1956 def Content @Content end |
#Filename ⇒ Object
1956 1957 1958 |
# File 'lib/v20180606/models.rb', line 1956 def Filename @Filename end |
#Source ⇒ Object
1956 1957 1958 |
# File 'lib/v20180606/models.rb', line 1956 def Source @Source end |
#Timestamp ⇒ Object
1956 1957 1958 |
# File 'lib/v20180606/models.rb', line 1956 def Timestamp @Timestamp end |
#TopicId ⇒ Object
1956 1957 1958 |
# File 'lib/v20180606/models.rb', line 1956 def TopicId @TopicId end |
#TopicName ⇒ Object
1956 1957 1958 |
# File 'lib/v20180606/models.rb', line 1956 def TopicName @TopicName end |
Instance Method Details
#deserialize(params) ⇒ Object
1967 1968 1969 1970 1971 1972 1973 1974 |
# File 'lib/v20180606/models.rb', line 1967 def deserialize(params) @TopicId = params['TopicId'] @TopicName = params['TopicName'] @Timestamp = params['Timestamp'] @Content = params['Content'] @Filename = params['Filename'] @Source = params['Source'] end |