tencentcloud-sdk-lcic 3.0.1001 → 3.0.1002
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20220817/models.rb +0 -78
- 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: cb869d41956b0cb338643f552b8c63e92f61f493
|
4
|
+
data.tar.gz: 05682ba3938aded85e5bd592fdbea70288ad60e7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b5c52a0b97b43ae798cf45cdc8586d4b63d779d8f47f831161c2f6738133fb42dd211eef5d16f851f64c85ec4faa1e5b6eb1a0f74d5f07d58c5d350cfe4a3010
|
7
|
+
data.tar.gz: f84ff4c43a7861c3f682f865dde0983b140b068f383ff3759a1f3eb572ba4ad4a419a273d26becd6cbc11f94a5f2396a5f149d4959ef620df0b6b9b080d03b4b
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1002
|
data/lib/v20220817/models.rb
CHANGED
@@ -636,19 +636,14 @@ module TencentCloud
|
|
636
636
|
# 课堂评分字段
|
637
637
|
class ClassScoreItem < TencentCloud::Common::AbstractModel
|
638
638
|
# @param RoomId: 课堂iD
|
639
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
640
639
|
# @type RoomId: Integer
|
641
640
|
# @param UserId: 用户ID
|
642
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
643
641
|
# @type UserId: String
|
644
642
|
# @param CreateTime: 评分时间
|
645
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
646
643
|
# @type CreateTime: Integer
|
647
644
|
# @param Score: 课堂评分
|
648
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
649
645
|
# @type Score: Integer
|
650
646
|
# @param ScoreMsg: 课堂评价
|
651
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
652
647
|
# @type ScoreMsg: String
|
653
648
|
|
654
649
|
attr_accessor :RoomId, :UserId, :CreateTime, :Score, :ScoreMsg
|
@@ -1061,13 +1056,10 @@ module TencentCloud
|
|
1061
1056
|
# 自定义消息
|
1062
1057
|
class CustomMsgContent < TencentCloud::Common::AbstractModel
|
1063
1058
|
# @param Data: 自定义消息数据。
|
1064
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1065
1059
|
# @type Data: String
|
1066
1060
|
# @param Desc: 自定义消息描述信息。
|
1067
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1068
1061
|
# @type Desc: String
|
1069
1062
|
# @param Ext: 扩展字段。
|
1070
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1071
1063
|
# @type Ext: String
|
1072
1064
|
|
1073
1065
|
attr_accessor :Data, :Desc, :Ext
|
@@ -2866,67 +2858,46 @@ module TencentCloud
|
|
2866
2858
|
# 文档信息
|
2867
2859
|
class DocumentInfo < TencentCloud::Common::AbstractModel
|
2868
2860
|
# @param DocumentId: 文档Id
|
2869
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2870
2861
|
# @type DocumentId: String
|
2871
2862
|
# @param DocumentUrl: 文档原址url
|
2872
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2873
2863
|
# @type DocumentUrl: String
|
2874
2864
|
# @param DocumentName: 文档名称
|
2875
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2876
2865
|
# @type DocumentName: String
|
2877
2866
|
# @param Owner: 文档所有者UserId
|
2878
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2879
2867
|
# @type Owner: String
|
2880
2868
|
# @param SdkAppId: 应用Id
|
2881
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2882
2869
|
# @type SdkAppId: Integer
|
2883
2870
|
# @param Permission: 文档权限,0:私有课件 1:公共课件
|
2884
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2885
2871
|
# @type Permission: Integer
|
2886
2872
|
# @param TranscodeResult: 转码结果,无需转码为空,转码成功为结果url,转码失败为错误码
|
2887
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2888
2873
|
# @type TranscodeResult: String
|
2889
2874
|
# @param TranscodeType: 转码类型
|
2890
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2891
2875
|
# @type TranscodeType: Integer
|
2892
2876
|
# @param TranscodeProgress: 转码进度, 0 - 100 表示(0% - 100%)
|
2893
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2894
2877
|
# @type TranscodeProgress: Integer
|
2895
2878
|
# @param TranscodeState: 转码状态,0为无需转码,1为正在转码,2为转码失败,3为转码成功
|
2896
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2897
2879
|
# @type TranscodeState: Integer
|
2898
2880
|
# @param TranscodeInfo: 转码失败后的错误信息
|
2899
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2900
2881
|
# @type TranscodeInfo: String
|
2901
2882
|
# @param DocumentType: 文档类型
|
2902
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2903
2883
|
# @type DocumentType: String
|
2904
2884
|
# @param DocumentSize: 文档大小,单位:字节
|
2905
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2906
2885
|
# @type DocumentSize: Integer
|
2907
2886
|
# @param UpdateTime: 更新的UNIX时间戳
|
2908
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2909
2887
|
# @type UpdateTime: Integer
|
2910
2888
|
# @param Pages: 课件页数
|
2911
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2912
2889
|
# @type Pages: Integer
|
2913
2890
|
# @param Width: 宽,仅在静态转码的课件有效
|
2914
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2915
2891
|
# @type Width: Integer
|
2916
2892
|
# @param Height: 高,仅在静态转码的课件有效
|
2917
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2918
2893
|
# @type Height: Integer
|
2919
2894
|
# @param Cover: 封面,仅转码的课件会生成封面
|
2920
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2921
2895
|
# @type Cover: String
|
2922
2896
|
# @param Preview: 课件预览地址
|
2923
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2924
2897
|
# @type Preview: String
|
2925
2898
|
# @param Resolution: 文档的分辨率
|
2926
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2927
2899
|
# @type Resolution: String
|
2928
2900
|
# @param MinScaleResolution: 转码后文档的最小分辨率,和创建文档时传入的参数一致。
|
2929
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2930
2901
|
# @type MinScaleResolution: String
|
2931
2902
|
|
2932
2903
|
attr_accessor :DocumentId, :DocumentUrl, :DocumentName, :Owner, :SdkAppId, :Permission, :TranscodeResult, :TranscodeType, :TranscodeProgress, :TranscodeState, :TranscodeInfo, :DocumentType, :DocumentSize, :UpdateTime, :Pages, :Width, :Height, :Cover, :Preview, :Resolution, :MinScaleResolution
|
@@ -3015,22 +2986,16 @@ module TencentCloud
|
|
3015
2986
|
# 房间事件对应的信息。
|
3016
2987
|
class EventDataInfo < TencentCloud::Common::AbstractModel
|
3017
2988
|
# @param RoomId: 事件发生的房间号。
|
3018
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3019
2989
|
# @type RoomId: Integer
|
3020
2990
|
# @param UserId: 事件发生的用户。
|
3021
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3022
2991
|
# @type UserId: String
|
3023
2992
|
# @param Device: 用户设备类型。0: Unknown; 1: Windows; 2: macOS; 3: Android; 4: iOS; 5: Web; 6: Mobile webpage; 7: Weixin Mini Program.
|
3024
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3025
2993
|
# @type Device: Integer
|
3026
2994
|
# @param Duration: 录制时长。单位:秒
|
3027
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3028
2995
|
# @type Duration: Integer
|
3029
2996
|
# @param RecordSize: 录制文件大小
|
3030
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3031
2997
|
# @type RecordSize: Integer
|
3032
2998
|
# @param RecordUrl: 录制url
|
3033
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3034
2999
|
# @type RecordUrl: String
|
3035
3000
|
|
3036
3001
|
attr_accessor :RoomId, :UserId, :Device, :Duration, :RecordSize, :RecordUrl
|
@@ -3070,7 +3035,6 @@ module TencentCloud
|
|
3070
3035
|
# VisibleOff: 页面不可见
|
3071
3036
|
# @type EventType: String
|
3072
3037
|
# @param EventData: 事件详细内容,包含房间号,成员类型事件包含用户Id。
|
3073
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3074
3038
|
# @type EventData: :class:`Tencentcloud::Lcic.v20220817.models.EventDataInfo`
|
3075
3039
|
|
3076
3040
|
attr_accessor :Timestamp, :EventType, :EventData
|
@@ -3436,18 +3400,14 @@ module TencentCloud
|
|
3436
3400
|
# 获取群组列表返回的群组信息
|
3437
3401
|
class GroupInfo < TencentCloud::Common::AbstractModel
|
3438
3402
|
# @param GroupId: 群组ID
|
3439
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3440
3403
|
# @type GroupId: String
|
3441
3404
|
# @param GroupName: 群组名称
|
3442
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3443
3405
|
# @type GroupName: String
|
3444
3406
|
# @param TeacherId: 群组主讲人ID
|
3445
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3446
3407
|
# @type TeacherId: String
|
3447
3408
|
# @param GroupType: 群组类型
|
3448
3409
|
# 0-基础群组
|
3449
3410
|
# 1-组合群组,若为1时会返回子群组ID列表
|
3450
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3451
3411
|
# @type GroupType: Integer
|
3452
3412
|
# @param SubGroupIds: 子群组ID列表,如有。
|
3453
3413
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -3719,10 +3679,8 @@ module TencentCloud
|
|
3719
3679
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3720
3680
|
# @type SubGroupId: Array
|
3721
3681
|
# @param Stage: 用户的上台状态
|
3722
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3723
3682
|
# @type Stage: Integer
|
3724
3683
|
# @param CurrentState: 用户状态。0为未到,1为在线,2为离线,3为被踢,4为永久被踢,5为暂时掉线
|
3725
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3726
3684
|
# @type CurrentState: Integer
|
3727
3685
|
|
3728
3686
|
attr_accessor :UserId, :UserName, :PresentTime, :Camera, :Mic, :Silence, :AnswerQuestions, :HandUps, :FirstJoinTimestamp, :LastQuitTimestamp, :Rewords, :IPAddress, :Location, :Device, :PerMemberMicCount, :PerMemberMessageCount, :Role, :GroupId, :SubGroupId, :Stage, :CurrentState
|
@@ -3779,16 +3737,12 @@ module TencentCloud
|
|
3779
3737
|
# 单条消息体内容
|
3780
3738
|
class MessageItem < TencentCloud::Common::AbstractModel
|
3781
3739
|
# @param MessageType: 消息类型。0表示文本消息,1表示图片消息
|
3782
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3783
3740
|
# @type MessageType: Integer
|
3784
3741
|
# @param TextMessage: 文本消息内容。message type为0时有效。
|
3785
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3786
3742
|
# @type TextMessage: String
|
3787
3743
|
# @param ImageMessage: 图片消息URL。 message type为1时有效。
|
3788
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3789
3744
|
# @type ImageMessage: String
|
3790
3745
|
# @param CustomMessage: 自定义消息内容。message type为2时有效。
|
3791
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3792
3746
|
# @type CustomMessage: :class:`Tencentcloud::Lcic.v20220817.models.CustomMsgContent`
|
3793
3747
|
|
3794
3748
|
attr_accessor :MessageType, :TextMessage, :ImageMessage, :CustomMessage
|
@@ -3814,16 +3768,12 @@ module TencentCloud
|
|
3814
3768
|
# 历史消息列表
|
3815
3769
|
class MessageList < TencentCloud::Common::AbstractModel
|
3816
3770
|
# @param Timestamp: 消息时间戳
|
3817
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3818
3771
|
# @type Timestamp: Integer
|
3819
3772
|
# @param FromAccount: 消息发送者
|
3820
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3821
3773
|
# @type FromAccount: String
|
3822
3774
|
# @param Seq: 消息序列号,当前课堂内唯一且单调递增
|
3823
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3824
3775
|
# @type Seq: Integer
|
3825
3776
|
# @param MessageBody: 历史消息列表
|
3826
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3827
3777
|
# @type MessageBody: Array
|
3828
3778
|
|
3829
3779
|
attr_accessor :Timestamp, :FromAccount, :Seq, :MessageBody
|
@@ -4187,10 +4137,8 @@ module TencentCloud
|
|
4187
4137
|
# 禁言用户信息数组,内容包括被禁言的成员 ID,及其被禁言到的时间(使用 UTC 时间,即世界协调时间)
|
4188
4138
|
class MutedAccountList < TencentCloud::Common::AbstractModel
|
4189
4139
|
# @param MemberAccount: 用户 ID
|
4190
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4191
4140
|
# @type MemberAccount: String
|
4192
4141
|
# @param MutedUntil: 禁言到的时间(使用 UTC 时间,即世界协调时间)
|
4193
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4194
4142
|
# @type MutedUntil: Integer
|
4195
4143
|
|
4196
4144
|
attr_accessor :MemberAccount, :MutedUntil
|
@@ -4217,7 +4165,6 @@ module TencentCloud
|
|
4217
4165
|
# @param CorrectAnswer: 正确答案(按照位表示是否选择,如0x1表示选择A,0x11表示选择AB)
|
4218
4166
|
# @type CorrectAnswer: Integer
|
4219
4167
|
# @param AnswerStats: 每个选项答题人数统计
|
4220
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4221
4168
|
# @type AnswerStats: Array
|
4222
4169
|
|
4223
4170
|
attr_accessor :QuestionId, :QuestionContent, :Duration, :CorrectAnswer, :AnswerStats
|
@@ -4575,16 +4522,12 @@ module TencentCloud
|
|
4575
4522
|
# @param Scene: 场景名称
|
4576
4523
|
# @type Scene: String
|
4577
4524
|
# @param LogoUrl: logo地址
|
4578
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4579
4525
|
# @type LogoUrl: String
|
4580
4526
|
# @param HomeUrl: 主页地址
|
4581
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4582
4527
|
# @type HomeUrl: String
|
4583
4528
|
# @param JSUrl: 自定义的js
|
4584
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4585
4529
|
# @type JSUrl: String
|
4586
4530
|
# @param CSSUrl: 自定义的css
|
4587
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4588
4531
|
# @type CSSUrl: String
|
4589
4532
|
|
4590
4533
|
attr_accessor :Scene, :LogoUrl, :HomeUrl, :JSUrl, :CSSUrl
|
@@ -4915,31 +4858,22 @@ module TencentCloud
|
|
4915
4858
|
# 录制流信息
|
4916
4859
|
class SingleStreamInfo < TencentCloud::Common::AbstractModel
|
4917
4860
|
# @param UserId: 用户ID
|
4918
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4919
4861
|
# @type UserId: String
|
4920
4862
|
# @param StartTime: 开始时间
|
4921
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4922
4863
|
# @type StartTime: Integer
|
4923
4864
|
# @param StopTime: 结束时间
|
4924
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4925
4865
|
# @type StopTime: Integer
|
4926
4866
|
# @param Duration: 总时长
|
4927
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4928
4867
|
# @type Duration: Integer
|
4929
4868
|
# @param FileFormat: 文件格式
|
4930
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4931
4869
|
# @type FileFormat: String
|
4932
4870
|
# @param RecordUrl: 流url
|
4933
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4934
4871
|
# @type RecordUrl: String
|
4935
4872
|
# @param RecordSize: 流大小
|
4936
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4937
4873
|
# @type RecordSize: Integer
|
4938
4874
|
# @param VideoId: 流ID
|
4939
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4940
4875
|
# @type VideoId: String
|
4941
4876
|
# @param Role: 流类型
|
4942
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4943
4877
|
# @type Role: String
|
4944
4878
|
|
4945
4879
|
attr_accessor :UserId, :StartTime, :StopTime, :Duration, :FileFormat, :RecordUrl, :RecordSize, :VideoId, :Role
|
@@ -5084,10 +5018,8 @@ module TencentCloud
|
|
5084
5018
|
# 文字水印配置
|
5085
5019
|
class TextMarkConfig < TencentCloud::Common::AbstractModel
|
5086
5020
|
# @param Text: 文字水印内容
|
5087
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5088
5021
|
# @type Text: String
|
5089
5022
|
# @param Color: 文字水印颜色
|
5090
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5091
5023
|
# @type Color: String
|
5092
5024
|
|
5093
5025
|
attr_accessor :Text, :Color
|
@@ -5215,19 +5147,14 @@ module TencentCloud
|
|
5215
5147
|
# 用户信息结构体
|
5216
5148
|
class UserInfo < TencentCloud::Common::AbstractModel
|
5217
5149
|
# @param SdkAppId: 应用Id。
|
5218
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5219
5150
|
# @type SdkAppId: Integer
|
5220
5151
|
# @param UserId: 用户Id。
|
5221
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5222
5152
|
# @type UserId: String
|
5223
5153
|
# @param Name: 用户昵称。
|
5224
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5225
5154
|
# @type Name: String
|
5226
5155
|
# @param Avatar: 用户头像Url。
|
5227
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5228
5156
|
# @type Avatar: String
|
5229
5157
|
# @param OriginId: 用户在客户系统的Id
|
5230
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5231
5158
|
# @type OriginId: String
|
5232
5159
|
|
5233
5160
|
attr_accessor :SdkAppId, :UserId, :Name, :Avatar, :OriginId
|
@@ -5252,19 +5179,14 @@ module TencentCloud
|
|
5252
5179
|
# 水印配置
|
5253
5180
|
class WatermarkConfig < TencentCloud::Common::AbstractModel
|
5254
5181
|
# @param Url: 水印图片的url
|
5255
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5256
5182
|
# @type Url: String
|
5257
5183
|
# @param Width: 水印宽。为比例值
|
5258
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5259
5184
|
# @type Width: Float
|
5260
5185
|
# @param Height: 水印高。为比例值
|
5261
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5262
5186
|
# @type Height: Float
|
5263
5187
|
# @param LocationX: 水印X偏移, 取值:0-100, 表示区域X方向的百分比。比如50,则表示位于X轴中间。
|
5264
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5265
5188
|
# @type LocationX: Float
|
5266
5189
|
# @param LocationY: 水印Y偏移, 取值:0-100, 表示区域Y方向的百分比。比如50,则表示位于Y轴中间。
|
5267
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5268
5190
|
# @type LocationY: Float
|
5269
5191
|
|
5270
5192
|
attr_accessor :Url, :Width, :Height, :LocationX, :LocationY
|
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.1002
|
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-02-
|
11
|
+
date: 2025-02-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|