tencentcloud-sdk-lcic 3.0.1123 → 3.0.1146
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/v20220817/models.rb +50 -21
- 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: 5629b191bb43e3f23546f999b57d8cc2a74f2724
|
4
|
+
data.tar.gz: 5d24d23212928c157b63aec68414375ea4fe67d1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8816cbc76cc57a463cfefce966782037c7f9242daa398539e4cb31ff10fa2fcf6edff18279f0fd74dac42081dd0e7d94a09f199d9c1ff0b8ce239bbacdac3009
|
7
|
+
data.tar.gz: 5173e5d5f000c6704e5561ad40319d6b880dc9c701d66d19d6b9059d9d41cc28130fd4f76cb917481e0817d4f3313470e6342c261d63a1f116a8ce279d6a4086
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1146
|
data/lib/v20220817/models.rb
CHANGED
@@ -850,6 +850,7 @@ module TencentCloud
|
|
850
850
|
# CreateRoom请求参数结构体
|
851
851
|
class CreateRoomRequest < TencentCloud::Common::AbstractModel
|
852
852
|
# @param Name: 课堂名称。
|
853
|
+
# 字符数不超过256
|
853
854
|
# @type Name: String
|
854
855
|
# @param StartTime: 预定的课堂开始时间,unix时间戳(秒)。
|
855
856
|
# @type StartTime: Integer
|
@@ -932,17 +933,21 @@ module TencentCloud
|
|
932
933
|
# @type RecordStream: Integer
|
933
934
|
# @param WhiteBoardSnapshotMode: 板书截图生成类型。0 不生成板书(默认);1 全量模式;2 单页去重模式
|
934
935
|
# @type WhiteBoardSnapshotMode: Integer
|
935
|
-
# @param SubtitlesTranscription:
|
936
|
+
# @param SubtitlesTranscription: 字幕转写功能开关。可以有以下取值:
|
937
|
+
# 0 不开启字幕转写功能(默认值)
|
938
|
+
# 1 自动转写模式:上课自动开启,下课自动停止
|
936
939
|
# @type SubtitlesTranscription: Integer
|
940
|
+
# @param RecordMerge: 录制文件合并开关。0 关闭 1 开启 注:只有在一节课多次启用手动录制时,此功能才有效
|
941
|
+
# @type RecordMerge: Integer
|
937
942
|
|
938
|
-
attr_accessor :Name, :StartTime, :EndTime, :SdkAppId, :Resolution, :MaxMicNumber, :SubType, :TeacherId, :AutoMic, :TurnOffMic, :AudioQuality, :DisableRecord, :Assistants, :RTCAudienceNumber, :AudienceType, :RecordLayout, :GroupId, :EnableDirectControl, :InteractionMode, :VideoOrientation, :IsGradingRequiredPostClass, :RoomType, :Guests, :EndDelayTime, :LiveType, :RecordLiveUrl, :EnableAutoStart, :RecordBackground, :RecordScene, :RecordLang, :RecordStream, :WhiteBoardSnapshotMode, :SubtitlesTranscription
|
943
|
+
attr_accessor :Name, :StartTime, :EndTime, :SdkAppId, :Resolution, :MaxMicNumber, :SubType, :TeacherId, :AutoMic, :TurnOffMic, :AudioQuality, :DisableRecord, :Assistants, :RTCAudienceNumber, :AudienceType, :RecordLayout, :GroupId, :EnableDirectControl, :InteractionMode, :VideoOrientation, :IsGradingRequiredPostClass, :RoomType, :Guests, :EndDelayTime, :LiveType, :RecordLiveUrl, :EnableAutoStart, :RecordBackground, :RecordScene, :RecordLang, :RecordStream, :WhiteBoardSnapshotMode, :SubtitlesTranscription, :RecordMerge
|
939
944
|
extend Gem::Deprecate
|
940
|
-
deprecate :RTCAudienceNumber, :none, 2025,
|
941
|
-
deprecate :RTCAudienceNumber=, :none, 2025,
|
942
|
-
deprecate :RecordLang, :none, 2025,
|
943
|
-
deprecate :RecordLang=, :none, 2025,
|
945
|
+
deprecate :RTCAudienceNumber, :none, 2025, 9
|
946
|
+
deprecate :RTCAudienceNumber=, :none, 2025, 9
|
947
|
+
deprecate :RecordLang, :none, 2025, 9
|
948
|
+
deprecate :RecordLang=, :none, 2025, 9
|
944
949
|
|
945
|
-
def initialize(name=nil, starttime=nil, endtime=nil, sdkappid=nil, resolution=nil, maxmicnumber=nil, subtype=nil, teacherid=nil, automic=nil, turnoffmic=nil, audioquality=nil, disablerecord=nil, assistants=nil, rtcaudiencenumber=nil, audiencetype=nil, recordlayout=nil, groupid=nil, enabledirectcontrol=nil, interactionmode=nil, videoorientation=nil, isgradingrequiredpostclass=nil, roomtype=nil, guests=nil, enddelaytime=nil, livetype=nil, recordliveurl=nil, enableautostart=nil, recordbackground=nil, recordscene=nil, recordlang=nil, recordstream=nil, whiteboardsnapshotmode=nil, subtitlestranscription=nil)
|
950
|
+
def initialize(name=nil, starttime=nil, endtime=nil, sdkappid=nil, resolution=nil, maxmicnumber=nil, subtype=nil, teacherid=nil, automic=nil, turnoffmic=nil, audioquality=nil, disablerecord=nil, assistants=nil, rtcaudiencenumber=nil, audiencetype=nil, recordlayout=nil, groupid=nil, enabledirectcontrol=nil, interactionmode=nil, videoorientation=nil, isgradingrequiredpostclass=nil, roomtype=nil, guests=nil, enddelaytime=nil, livetype=nil, recordliveurl=nil, enableautostart=nil, recordbackground=nil, recordscene=nil, recordlang=nil, recordstream=nil, whiteboardsnapshotmode=nil, subtitlestranscription=nil, recordmerge=nil)
|
946
951
|
@Name = name
|
947
952
|
@StartTime = starttime
|
948
953
|
@EndTime = endtime
|
@@ -976,6 +981,7 @@ module TencentCloud
|
|
976
981
|
@RecordStream = recordstream
|
977
982
|
@WhiteBoardSnapshotMode = whiteboardsnapshotmode
|
978
983
|
@SubtitlesTranscription = subtitlestranscription
|
984
|
+
@RecordMerge = recordmerge
|
979
985
|
end
|
980
986
|
|
981
987
|
def deserialize(params)
|
@@ -1012,6 +1018,7 @@ module TencentCloud
|
|
1012
1018
|
@RecordStream = params['RecordStream']
|
1013
1019
|
@WhiteBoardSnapshotMode = params['WhiteBoardSnapshotMode']
|
1014
1020
|
@SubtitlesTranscription = params['SubtitlesTranscription']
|
1021
|
+
@RecordMerge = params['RecordMerge']
|
1015
1022
|
end
|
1016
1023
|
end
|
1017
1024
|
|
@@ -2525,12 +2532,14 @@ module TencentCloud
|
|
2525
2532
|
# @type SubtitlesTranscription: Integer
|
2526
2533
|
# @param Guests: 嘉宾Id列表。当圆桌会议模式(RoomType==3)时生效
|
2527
2534
|
# @type Guests: Array
|
2535
|
+
# @param RecordMerge: 录制文件合并开关。0 关闭 1 开启 注:只有在一节课多次启用手动录制时,此功能才有效
|
2536
|
+
# @type RecordMerge: Integer
|
2528
2537
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2529
2538
|
# @type RequestId: String
|
2530
2539
|
|
2531
|
-
attr_accessor :Name, :StartTime, :EndTime, :TeacherId, :SdkAppId, :AudienceType, :Resolution, :MaxMicNumber, :AutoMic, :AudioQuality, :SubType, :DisableRecord, :Assistants, :RecordUrl, :Status, :GroupId, :EnableDirectControl, :InteractionMode, :VideoOrientation, :IsGradingRequiredPostClass, :RoomType, :VideoDuration, :EndDelayTime, :LiveType, :RecordLiveUrl, :EnableAutoStart, :RecordBackground, :RTMPStreamingURL, :RecordScene, :RecordLang, :RecordStream, :RecordLayout, :WhiteBoardSnapshotMode, :SubtitlesTranscription, :Guests, :RequestId
|
2540
|
+
attr_accessor :Name, :StartTime, :EndTime, :TeacherId, :SdkAppId, :AudienceType, :Resolution, :MaxMicNumber, :AutoMic, :AudioQuality, :SubType, :DisableRecord, :Assistants, :RecordUrl, :Status, :GroupId, :EnableDirectControl, :InteractionMode, :VideoOrientation, :IsGradingRequiredPostClass, :RoomType, :VideoDuration, :EndDelayTime, :LiveType, :RecordLiveUrl, :EnableAutoStart, :RecordBackground, :RTMPStreamingURL, :RecordScene, :RecordLang, :RecordStream, :RecordLayout, :WhiteBoardSnapshotMode, :SubtitlesTranscription, :Guests, :RecordMerge, :RequestId
|
2532
2541
|
|
2533
|
-
def initialize(name=nil, starttime=nil, endtime=nil, teacherid=nil, sdkappid=nil, audiencetype=nil, resolution=nil, maxmicnumber=nil, automic=nil, audioquality=nil, subtype=nil, disablerecord=nil, assistants=nil, recordurl=nil, status=nil, groupid=nil, enabledirectcontrol=nil, interactionmode=nil, videoorientation=nil, isgradingrequiredpostclass=nil, roomtype=nil, videoduration=nil, enddelaytime=nil, livetype=nil, recordliveurl=nil, enableautostart=nil, recordbackground=nil, rtmpstreamingurl=nil, recordscene=nil, recordlang=nil, recordstream=nil, recordlayout=nil, whiteboardsnapshotmode=nil, subtitlestranscription=nil, guests=nil, requestid=nil)
|
2542
|
+
def initialize(name=nil, starttime=nil, endtime=nil, teacherid=nil, sdkappid=nil, audiencetype=nil, resolution=nil, maxmicnumber=nil, automic=nil, audioquality=nil, subtype=nil, disablerecord=nil, assistants=nil, recordurl=nil, status=nil, groupid=nil, enabledirectcontrol=nil, interactionmode=nil, videoorientation=nil, isgradingrequiredpostclass=nil, roomtype=nil, videoduration=nil, enddelaytime=nil, livetype=nil, recordliveurl=nil, enableautostart=nil, recordbackground=nil, rtmpstreamingurl=nil, recordscene=nil, recordlang=nil, recordstream=nil, recordlayout=nil, whiteboardsnapshotmode=nil, subtitlestranscription=nil, guests=nil, recordmerge=nil, requestid=nil)
|
2534
2543
|
@Name = name
|
2535
2544
|
@StartTime = starttime
|
2536
2545
|
@EndTime = endtime
|
@@ -2566,6 +2575,7 @@ module TencentCloud
|
|
2566
2575
|
@WhiteBoardSnapshotMode = whiteboardsnapshotmode
|
2567
2576
|
@SubtitlesTranscription = subtitlestranscription
|
2568
2577
|
@Guests = guests
|
2578
|
+
@RecordMerge = recordmerge
|
2569
2579
|
@RequestId = requestid
|
2570
2580
|
end
|
2571
2581
|
|
@@ -2605,6 +2615,7 @@ module TencentCloud
|
|
2605
2615
|
@WhiteBoardSnapshotMode = params['WhiteBoardSnapshotMode']
|
2606
2616
|
@SubtitlesTranscription = params['SubtitlesTranscription']
|
2607
2617
|
@Guests = params['Guests']
|
2618
|
+
@RecordMerge = params['RecordMerge']
|
2608
2619
|
@RequestId = params['RequestId']
|
2609
2620
|
end
|
2610
2621
|
end
|
@@ -4049,6 +4060,7 @@ module TencentCloud
|
|
4049
4060
|
# ModifyRoom请求参数结构体
|
4050
4061
|
class ModifyRoomRequest < TencentCloud::Common::AbstractModel
|
4051
4062
|
# @param RoomId: 房间ID。
|
4063
|
+
# 字符数不超过256
|
4052
4064
|
# @type RoomId: Integer
|
4053
4065
|
# @param SdkAppId: 低代码互动课堂的SdkAppId
|
4054
4066
|
# @type SdkAppId: Integer
|
@@ -4121,15 +4133,21 @@ module TencentCloud
|
|
4121
4133
|
# @type RecordLang: String
|
4122
4134
|
# @param WhiteBoardSnapshotMode: 板书截图生成类型。0 不生成板书;1 全量模式;2 单页去重模式
|
4123
4135
|
# @type WhiteBoardSnapshotMode: Integer
|
4124
|
-
# @param SubtitlesTranscription:
|
4136
|
+
# @param SubtitlesTranscription: 字幕转写功能开关。可以有以下取值:
|
4137
|
+
# 0 不开启字幕转写功能(默认值)
|
4138
|
+
# 1 自动转写模式:上课自动开启,下课自动停止
|
4125
4139
|
# @type SubtitlesTranscription: Integer
|
4140
|
+
# @param Guests: 嘉宾Id列表。当圆桌会议模式(RoomType==3)时生效
|
4141
|
+
# @type Guests: Array
|
4142
|
+
# @param RecordMerge: 录制文件合并开关。0 关闭 1 开启 注:只有在一节课多次启用手动录制时,此功能才有效
|
4143
|
+
# @type RecordMerge: Integer
|
4126
4144
|
|
4127
|
-
attr_accessor :RoomId, :SdkAppId, :StartTime, :EndTime, :TeacherId, :Name, :Resolution, :MaxMicNumber, :AutoMic, :AudioQuality, :SubType, :DisableRecord, :Assistants, :GroupId, :EnableDirectControl, :InteractionMode, :VideoOrientation, :IsGradingRequiredPostClass, :RoomType, :RecordLayout, :EndDelayTime, :LiveType, :RecordLiveUrl, :EnableAutoStart, :RecordScene, :RecordLang, :WhiteBoardSnapshotMode, :SubtitlesTranscription
|
4145
|
+
attr_accessor :RoomId, :SdkAppId, :StartTime, :EndTime, :TeacherId, :Name, :Resolution, :MaxMicNumber, :AutoMic, :AudioQuality, :SubType, :DisableRecord, :Assistants, :GroupId, :EnableDirectControl, :InteractionMode, :VideoOrientation, :IsGradingRequiredPostClass, :RoomType, :RecordLayout, :EndDelayTime, :LiveType, :RecordLiveUrl, :EnableAutoStart, :RecordScene, :RecordLang, :WhiteBoardSnapshotMode, :SubtitlesTranscription, :Guests, :RecordMerge
|
4128
4146
|
extend Gem::Deprecate
|
4129
|
-
deprecate :RecordLang, :none, 2025,
|
4130
|
-
deprecate :RecordLang=, :none, 2025,
|
4147
|
+
deprecate :RecordLang, :none, 2025, 9
|
4148
|
+
deprecate :RecordLang=, :none, 2025, 9
|
4131
4149
|
|
4132
|
-
def initialize(roomid=nil, sdkappid=nil, starttime=nil, endtime=nil, teacherid=nil, name=nil, resolution=nil, maxmicnumber=nil, automic=nil, audioquality=nil, subtype=nil, disablerecord=nil, assistants=nil, groupid=nil, enabledirectcontrol=nil, interactionmode=nil, videoorientation=nil, isgradingrequiredpostclass=nil, roomtype=nil, recordlayout=nil, enddelaytime=nil, livetype=nil, recordliveurl=nil, enableautostart=nil, recordscene=nil, recordlang=nil, whiteboardsnapshotmode=nil, subtitlestranscription=nil)
|
4150
|
+
def initialize(roomid=nil, sdkappid=nil, starttime=nil, endtime=nil, teacherid=nil, name=nil, resolution=nil, maxmicnumber=nil, automic=nil, audioquality=nil, subtype=nil, disablerecord=nil, assistants=nil, groupid=nil, enabledirectcontrol=nil, interactionmode=nil, videoorientation=nil, isgradingrequiredpostclass=nil, roomtype=nil, recordlayout=nil, enddelaytime=nil, livetype=nil, recordliveurl=nil, enableautostart=nil, recordscene=nil, recordlang=nil, whiteboardsnapshotmode=nil, subtitlestranscription=nil, guests=nil, recordmerge=nil)
|
4133
4151
|
@RoomId = roomid
|
4134
4152
|
@SdkAppId = sdkappid
|
4135
4153
|
@StartTime = starttime
|
@@ -4158,6 +4176,8 @@ module TencentCloud
|
|
4158
4176
|
@RecordLang = recordlang
|
4159
4177
|
@WhiteBoardSnapshotMode = whiteboardsnapshotmode
|
4160
4178
|
@SubtitlesTranscription = subtitlestranscription
|
4179
|
+
@Guests = guests
|
4180
|
+
@RecordMerge = recordmerge
|
4161
4181
|
end
|
4162
4182
|
|
4163
4183
|
def deserialize(params)
|
@@ -4189,6 +4209,8 @@ module TencentCloud
|
|
4189
4209
|
@RecordLang = params['RecordLang']
|
4190
4210
|
@WhiteBoardSnapshotMode = params['WhiteBoardSnapshotMode']
|
4191
4211
|
@SubtitlesTranscription = params['SubtitlesTranscription']
|
4212
|
+
@Guests = params['Guests']
|
4213
|
+
@RecordMerge = params['RecordMerge']
|
4192
4214
|
end
|
4193
4215
|
end
|
4194
4216
|
|
@@ -4410,6 +4432,7 @@ module TencentCloud
|
|
4410
4432
|
# 批量创建房间的房间信息
|
4411
4433
|
class RoomInfo < TencentCloud::Common::AbstractModel
|
4412
4434
|
# @param Name: 房间名称。
|
4435
|
+
# 字符数不超过256
|
4413
4436
|
# @type Name: String
|
4414
4437
|
# @param StartTime: 预定的房间开始时间,unix时间戳。
|
4415
4438
|
# @type StartTime: Integer
|
@@ -4472,19 +4495,23 @@ module TencentCloud
|
|
4472
4495
|
# @type RecordStream: Integer
|
4473
4496
|
# @param WhiteBoardSnapshotMode: 板书截图生成类型。0 不生成板书(默认);1 全量模式;2 单页去重模式
|
4474
4497
|
# @type WhiteBoardSnapshotMode: Integer
|
4475
|
-
# @param SubtitlesTranscription:
|
4498
|
+
# @param SubtitlesTranscription: 字幕转写功能开关。可以有以下取值:
|
4499
|
+
# 0 不开启字幕转写功能(默认值)
|
4500
|
+
# 1 自动转写模式:上课自动开启,下课自动停止
|
4476
4501
|
# @type SubtitlesTranscription: Integer
|
4477
4502
|
# @param Guests: 嘉宾Id列表。当圆桌会议模式(RoomType==3)时生效
|
4478
4503
|
# @type Guests: Array
|
4504
|
+
# @param RecordMerge: 录制文件合并开关。0 关闭 1 开启 注:只有在一节课多次启用手动录制时,此功能才有效
|
4505
|
+
# @type RecordMerge: Integer
|
4479
4506
|
|
4480
|
-
attr_accessor :Name, :StartTime, :EndTime, :Resolution, :MaxMicNumber, :SubType, :TeacherId, :AutoMic, :TurnOffMic, :AudioQuality, :DisableRecord, :Assistants, :RTCAudienceNumber, :AudienceType, :RecordLayout, :GroupId, :EnableDirectControl, :InteractionMode, :VideoOrientation, :IsGradingRequiredPostClass, :RoomType, :EndDelayTime, :LiveType, :RecordLiveUrl, :EnableAutoStart, :RecordBackground, :RecordScene, :RecordLang, :RecordStream, :WhiteBoardSnapshotMode, :SubtitlesTranscription, :Guests
|
4507
|
+
attr_accessor :Name, :StartTime, :EndTime, :Resolution, :MaxMicNumber, :SubType, :TeacherId, :AutoMic, :TurnOffMic, :AudioQuality, :DisableRecord, :Assistants, :RTCAudienceNumber, :AudienceType, :RecordLayout, :GroupId, :EnableDirectControl, :InteractionMode, :VideoOrientation, :IsGradingRequiredPostClass, :RoomType, :EndDelayTime, :LiveType, :RecordLiveUrl, :EnableAutoStart, :RecordBackground, :RecordScene, :RecordLang, :RecordStream, :WhiteBoardSnapshotMode, :SubtitlesTranscription, :Guests, :RecordMerge
|
4481
4508
|
extend Gem::Deprecate
|
4482
|
-
deprecate :RTCAudienceNumber, :none, 2025,
|
4483
|
-
deprecate :RTCAudienceNumber=, :none, 2025,
|
4484
|
-
deprecate :RecordLang, :none, 2025,
|
4485
|
-
deprecate :RecordLang=, :none, 2025,
|
4509
|
+
deprecate :RTCAudienceNumber, :none, 2025, 9
|
4510
|
+
deprecate :RTCAudienceNumber=, :none, 2025, 9
|
4511
|
+
deprecate :RecordLang, :none, 2025, 9
|
4512
|
+
deprecate :RecordLang=, :none, 2025, 9
|
4486
4513
|
|
4487
|
-
def initialize(name=nil, starttime=nil, endtime=nil, resolution=nil, maxmicnumber=nil, subtype=nil, teacherid=nil, automic=nil, turnoffmic=nil, audioquality=nil, disablerecord=nil, assistants=nil, rtcaudiencenumber=nil, audiencetype=nil, recordlayout=nil, groupid=nil, enabledirectcontrol=nil, interactionmode=nil, videoorientation=nil, isgradingrequiredpostclass=nil, roomtype=nil, enddelaytime=nil, livetype=nil, recordliveurl=nil, enableautostart=nil, recordbackground=nil, recordscene=nil, recordlang=nil, recordstream=nil, whiteboardsnapshotmode=nil, subtitlestranscription=nil, guests=nil)
|
4514
|
+
def initialize(name=nil, starttime=nil, endtime=nil, resolution=nil, maxmicnumber=nil, subtype=nil, teacherid=nil, automic=nil, turnoffmic=nil, audioquality=nil, disablerecord=nil, assistants=nil, rtcaudiencenumber=nil, audiencetype=nil, recordlayout=nil, groupid=nil, enabledirectcontrol=nil, interactionmode=nil, videoorientation=nil, isgradingrequiredpostclass=nil, roomtype=nil, enddelaytime=nil, livetype=nil, recordliveurl=nil, enableautostart=nil, recordbackground=nil, recordscene=nil, recordlang=nil, recordstream=nil, whiteboardsnapshotmode=nil, subtitlestranscription=nil, guests=nil, recordmerge=nil)
|
4488
4515
|
@Name = name
|
4489
4516
|
@StartTime = starttime
|
4490
4517
|
@EndTime = endtime
|
@@ -4517,6 +4544,7 @@ module TencentCloud
|
|
4517
4544
|
@WhiteBoardSnapshotMode = whiteboardsnapshotmode
|
4518
4545
|
@SubtitlesTranscription = subtitlestranscription
|
4519
4546
|
@Guests = guests
|
4547
|
+
@RecordMerge = recordmerge
|
4520
4548
|
end
|
4521
4549
|
|
4522
4550
|
def deserialize(params)
|
@@ -4552,6 +4580,7 @@ module TencentCloud
|
|
4552
4580
|
@WhiteBoardSnapshotMode = params['WhiteBoardSnapshotMode']
|
4553
4581
|
@SubtitlesTranscription = params['SubtitlesTranscription']
|
4554
4582
|
@Guests = params['Guests']
|
4583
|
+
@RecordMerge = params['RecordMerge']
|
4555
4584
|
end
|
4556
4585
|
end
|
4557
4586
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-lcic
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1146
|
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-
|
11
|
+
date: 2025-09-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|