Method: TencentCloud::Cdn::V20180606::ClsLogObject#initialize

Defined in:
lib/v20180606/models.rb

#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, timestamp=nil, content=nil, filename=nil, source=nil)
  @TopicId = topicid
  @TopicName = topicname
  @Timestamp = timestamp
  @Content = content
  @Filename = filename
  @Source = source
end