tencentcloud-sdk-rum 1.0.224 → 1.0.228

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ce1cabd30cbecc91c632eae3fcea620da99ba64f
4
- data.tar.gz: a6a78ae6814de6f01f93bdd98c8fca8d48e78dda
3
+ metadata.gz: 23b138aaa8705ea6d2f61849e048c725899fcd66
4
+ data.tar.gz: bab08c34c5770f81d07fd0b54a0448c3f12fc5c7
5
5
  SHA512:
6
- metadata.gz: bf6afd35d965f9ec8939f9df8d1616ee0e9eb43d2454cc6f6756dc40ded52ec5a02e5fb3a23cf19dba0e607981274e66e6080aae00d27cf1cf3a7c0dfd0ba999
7
- data.tar.gz: a2bd281cb923376c755090d432bcb76d574660a78b629007056a2539d275fb3f757156bcbc09e7e59bb60d4790278575e0d6101c3800f4adaff76820900189aa
6
+ metadata.gz: f76daa6961f1ad692cd16e35b834098adbc92027d3c94e5ebf561d745a21f828a9ab268a4e2ac1f2646e10f864166bb31a9eb788e5add45efa8040e09e9f9d62
7
+ data.tar.gz: d367a21cff0e54804244d7836d2fffcf474a0af141fb4e521240516323f7fe2c3eeadca22ed5fb1d230174de941819e994b9ed2c732a3306e07fd732cbb36458
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.224
1
+ 1.0.228
@@ -609,17 +609,17 @@ module TencentCloud
609
609
  class DescribeLogListRequest < TencentCloud::Common::AbstractModel
610
610
  # @param Sort: 排序方式 desc asc
611
611
  # @type Sort: String
612
- # @param ActionType: searchlog histogram
612
+ # @param ActionType: searchlog histogram
613
613
  # @type ActionType: String
614
614
  # @param ID: 项目ID
615
615
  # @type ID: Integer
616
616
  # @param StartTime: 开始时间
617
617
  # @type StartTime: String
618
- # @param Limit: 限制
618
+ # @param Limit: 单次查询返回的原始日志条数,最大值为100
619
619
  # @type Limit: Integer
620
- # @param Context: 上下文
620
+ # @param Context: 上下文,加载更多日志时使用,透传上次返回的 Context 值,获取后续的日志内容,总计最多可获取1万条原始日志。过期时间1小时
621
621
  # @type Context: String
622
- # @param Query: 查询语句
622
+ # @param Query: 查询语句,语句长度最大为4096
623
623
  # @type Query: String
624
624
  # @param EndTime: 结束时间
625
625
  # @type EndTime: String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-rum
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.224
4
+ version: 1.0.228
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-12-15 00:00:00.000000000 Z
11
+ date: 2021-12-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common