Class: TencentCloud::Cls::V20201016::UploadLogRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cls::V20201016::UploadLogRequest
- Extended by:
- Gem::Deprecate
- Defined in:
- lib/v20201016/models.rb
Overview
UploadLog请求参数结构体
Instance Attribute Summary collapse
-
#CompressType ⇒ Object
- 通过获取日志主题列表获取日志主题Id。 - lz4 - zstd.
-
#HashKey ⇒ Object
- 通过获取日志主题列表获取日志主题Id。 - lz4 - zstd.
-
#TopicId ⇒ Object
- 通过获取日志主题列表获取日志主题Id。 - lz4 - zstd.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(topicid = nil, hashkey = nil, compresstype = nil) ⇒ UploadLogRequest
constructor
A new instance of UploadLogRequest.
Constructor Details
#initialize(topicid = nil, hashkey = nil, compresstype = nil) ⇒ UploadLogRequest
Returns a new instance of UploadLogRequest.
17854 17855 17856 17857 17858 |
# File 'lib/v20201016/models.rb', line 17854 def initialize(topicid=nil, hashkey=nil, compresstype=nil) @TopicId = topicid @HashKey = hashkey @CompressType = compresstype end |
Instance Attribute Details
#CompressType ⇒ Object
- 通过获取日志主题列表获取日志主题Id。
- lz4
- zstd
17849 17850 17851 |
# File 'lib/v20201016/models.rb', line 17849 def CompressType @CompressType end |
#HashKey ⇒ Object
- 通过获取日志主题列表获取日志主题Id。
- lz4
- zstd
17849 17850 17851 |
# File 'lib/v20201016/models.rb', line 17849 def HashKey @HashKey end |
#TopicId ⇒ Object
- 通过获取日志主题列表获取日志主题Id。
- lz4
- zstd
17849 17850 17851 |
# File 'lib/v20201016/models.rb', line 17849 def TopicId @TopicId end |
Instance Method Details
#deserialize(params) ⇒ Object
17860 17861 17862 17863 17864 |
# File 'lib/v20201016/models.rb', line 17860 def deserialize(params) @TopicId = params['TopicId'] @HashKey = params['HashKey'] @CompressType = params['CompressType'] end |