tencentcloud-sdk-trtc 3.0.550 → 3.0.552
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/v20190722/models.rb +6 -2
- 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: 68428a1444d9cbf1b07596203defe7f5a1dbe8a2
|
4
|
+
data.tar.gz: ea68936fd298b7c6e832a41879866b7d32a81324
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 064fc7a80265b3c3e968b0886eb6f1c3ee0178e862e603015b8e068ae96a540964d7bd6de6536c0411e3698bb120858aa77f042b83fbdffe018047b5f0d45184
|
7
|
+
data.tar.gz: 7f47a20041e431b93228414a9f11527f90c3a67e488a7e9a3733fdf3aa23dc9254f170bfc8b03684dd07e30cc61d2d2a5adb234d92bbbd355eeac0b6dd87b5b7
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.552
|
data/lib/v20190722/models.rb
CHANGED
@@ -1367,16 +1367,20 @@ module TencentCloud
|
|
1367
1367
|
|
1368
1368
|
# DescribeTrtcRoomUsage返回参数结构体
|
1369
1369
|
class DescribeTrtcRoomUsageResponse < TencentCloud::Common::AbstractModel
|
1370
|
+
# @param Data: 房间维度用量数据,csv文件格式。
|
1371
|
+
# @type Data: String
|
1370
1372
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
1371
1373
|
# @type RequestId: String
|
1372
1374
|
|
1373
|
-
attr_accessor :RequestId
|
1375
|
+
attr_accessor :Data, :RequestId
|
1374
1376
|
|
1375
|
-
def initialize(requestid=nil)
|
1377
|
+
def initialize(data=nil, requestid=nil)
|
1378
|
+
@Data = data
|
1376
1379
|
@RequestId = requestid
|
1377
1380
|
end
|
1378
1381
|
|
1379
1382
|
def deserialize(params)
|
1383
|
+
@Data = params['Data']
|
1380
1384
|
@RequestId = params['RequestId']
|
1381
1385
|
end
|
1382
1386
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-trtc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.552
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-04-
|
11
|
+
date: 2023-04-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|