tencentcloud-sdk-cls 3.0.1115 → 3.0.1116
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201016/models.rb +12 -8
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0ff00d62ca2f90891593801741ce601e9bf4bd79
|
4
|
+
data.tar.gz: 3debc3b5c7ab8e1bd33773566fb9e349ecb7dc82
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2d9abdd5edceb4afd64dd0ca957f153ed4560c68c522035daa443d9c7e3284991a8b5708122f95804673b03b90c83c22c6a2148ecd103e5dd21ad6d38bcfaad8
|
7
|
+
data.tar.gz: 59031c9432dc3b6d3a31c30f51cd2d5a36d52d44a6e217965cb6ef2463fe96f105bc7d9b2944dac19ba67a29e1b6a5983207b5d2f88a5b6fbd371fed09fce4b1
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1116
|
data/lib/v20201016/models.rb
CHANGED
@@ -4352,7 +4352,7 @@ module TencentCloud
|
|
4352
4352
|
|
4353
4353
|
# DeleteDashboardSubscribe请求参数结构体
|
4354
4354
|
class DeleteDashboardSubscribeRequest < TencentCloud::Common::AbstractModel
|
4355
|
-
# @param Id: 仪表盘订阅记录id。
|
4355
|
+
# @param Id: 仪表盘订阅记录id。通过 [获取仪表盘订阅列表](https://cloud.tencent.com/document/api/614/105779)接口获取Id。
|
4356
4356
|
# @type Id: Integer
|
4357
4357
|
|
4358
4358
|
attr_accessor :Id
|
@@ -5551,7 +5551,11 @@ module TencentCloud
|
|
5551
5551
|
|
5552
5552
|
# DescribeDashboardSubscribes请求参数结构体
|
5553
5553
|
class DescribeDashboardSubscribesRequest < TencentCloud::Common::AbstractModel
|
5554
|
-
# @param Filters:
|
5554
|
+
# @param Filters: dashboardId:按照【仪表盘id】进行过滤。类型:String必选:否
|
5555
|
+
|
5556
|
+
# - 仪表盘id。通过 [获取仪表盘](https://cloud.tencent.com/document/api/614/95636)接口获取DashboardId。
|
5557
|
+
|
5558
|
+
# 每次请求的Filters的上限为10,Filter.Values的上限为100。
|
5555
5559
|
# @type Filters: Array
|
5556
5560
|
# @param Offset: 分页的偏移量,默认值为0。
|
5557
5561
|
# @type Offset: Integer
|
@@ -9255,11 +9259,11 @@ module TencentCloud
|
|
9255
9259
|
|
9256
9260
|
# ModifyDashboardSubscribe请求参数结构体
|
9257
9261
|
class ModifyDashboardSubscribeRequest < TencentCloud::Common::AbstractModel
|
9258
|
-
# @param Id: 仪表盘订阅id。
|
9262
|
+
# @param Id: 仪表盘订阅id。通过 [获取仪表盘订阅列表](https://cloud.tencent.com/document/api/614/105779)接口获取Id。
|
9259
9263
|
# @type Id: Integer
|
9260
|
-
# @param DashboardId: 仪表盘id。
|
9264
|
+
# @param DashboardId: 仪表盘id。通过 [获取仪表盘](https://cloud.tencent.com/document/api/614/95636)接口获取DashboardId。
|
9261
9265
|
# @type DashboardId: String
|
9262
|
-
# @param Name:
|
9266
|
+
# @param Name: 仪表盘订阅名称。最大支持128个字符,且不支持'|'字符。
|
9263
9267
|
# @type Name: String
|
9264
9268
|
# @param Cron: 订阅时间cron表达式,格式为:{秒数} {分钟} {小时} {日期} {月份} {星期};(有效数据为:{分钟} {小时} {日期} {月份} {星期})。
|
9265
9269
|
# @type Cron: String
|
@@ -11175,13 +11179,13 @@ module TencentCloud
|
|
11175
11179
|
|
11176
11180
|
# SearchDashboardSubscribe请求参数结构体
|
11177
11181
|
class SearchDashboardSubscribeRequest < TencentCloud::Common::AbstractModel
|
11178
|
-
# @param DashboardId: 仪表盘id。
|
11182
|
+
# @param DashboardId: 仪表盘id。通过 [获取仪表盘](https://cloud.tencent.com/document/api/614/95636)接口获取DashboardId。
|
11179
11183
|
# @type DashboardId: String
|
11180
11184
|
# @param SubscribeData: 仪表盘订阅数据。
|
11181
11185
|
# @type SubscribeData: :class:`Tencentcloud::Cls.v20201016.models.DashboardSubscribeData`
|
11182
|
-
# @param Id: 仪表盘订阅Id。
|
11186
|
+
# @param Id: 仪表盘订阅Id。通过 [获取仪表盘订阅列表](https://cloud.tencent.com/document/api/614/105779)接口获取Id。
|
11183
11187
|
# @type Id: Integer
|
11184
|
-
# @param Name:
|
11188
|
+
# @param Name: 仪表盘订阅名称。通过 [获取仪表盘订阅列表](https://cloud.tencent.com/document/api/614/105779)接口获取Name。
|
11185
11189
|
# @type Name: String
|
11186
11190
|
|
11187
11191
|
attr_accessor :DashboardId, :SubscribeData, :Id, :Name
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-cls
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1116
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-08-
|
11
|
+
date: 2025-08-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|