tencentcloud-sdk-yinsuda 3.0.590 → 3.0.591
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/v20220527/models.rb +61 -61
- 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: a1ad96641d824342f34c58eeaa2cd911010e71ce
|
|
4
|
+
data.tar.gz: d0ac1e9c6f4c8541c867f69356454bfc90fd1ae7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 182e9b3786f2f0740d7490998334779950b9e88e15ec308010696deb01a4d27816595122d9840ad8f67020b8608a6059583d572e6ab3d2d47a1f965a21580ee7
|
|
7
|
+
data.tar.gz: 568c2d1d11500cb85418097d34a00471865f8242b5321b185d7262840352271eafa9302beea019fd19263d19c49da4e3a12d017aac51a2542011788349ecc2f7
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.591
|
data/lib/v20220527/models.rb
CHANGED
|
@@ -27,7 +27,7 @@ module TencentCloud
|
|
|
27
27
|
# @type SingerSet: Array
|
|
28
28
|
|
|
29
29
|
attr_accessor :MusicId, :Name, :SingerSet
|
|
30
|
-
|
|
30
|
+
|
|
31
31
|
def initialize(musicid=nil, name=nil, singerset=nil)
|
|
32
32
|
@MusicId = musicid
|
|
33
33
|
@Name = name
|
|
@@ -57,7 +57,7 @@ module TencentCloud
|
|
|
57
57
|
# @type ChorusUserIds: Array
|
|
58
58
|
|
|
59
59
|
attr_accessor :AppName, :UserId, :RoomId, :MusicId, :MaxChorusNum, :ChorusUserIds
|
|
60
|
-
|
|
60
|
+
|
|
61
61
|
def initialize(appname=nil, userid=nil, roomid=nil, musicid=nil, maxchorusnum=nil, chorususerids=nil)
|
|
62
62
|
@AppName = appname
|
|
63
63
|
@UserId = userid
|
|
@@ -85,7 +85,7 @@ module TencentCloud
|
|
|
85
85
|
# @type RequestId: String
|
|
86
86
|
|
|
87
87
|
attr_accessor :ChorusToken, :RequestId
|
|
88
|
-
|
|
88
|
+
|
|
89
89
|
def initialize(chorustoken=nil, requestid=nil)
|
|
90
90
|
@ChorusToken = chorustoken
|
|
91
91
|
@RequestId = requestid
|
|
@@ -114,7 +114,7 @@ module TencentCloud
|
|
|
114
114
|
# @type RoomId: String
|
|
115
115
|
|
|
116
116
|
attr_accessor :AppName, :UserId, :MusicIds, :PlayScene, :GuestUserId, :RoomId
|
|
117
|
-
|
|
117
|
+
|
|
118
118
|
def initialize(appname=nil, userid=nil, musicids=nil, playscene=nil, guestuserid=nil, roomid=nil)
|
|
119
119
|
@AppName = appname
|
|
120
120
|
@UserId = userid
|
|
@@ -144,7 +144,7 @@ module TencentCloud
|
|
|
144
144
|
# @type RequestId: String
|
|
145
145
|
|
|
146
146
|
attr_accessor :KTVMusicDetailInfoSet, :NotExistMusicIdSet, :RequestId
|
|
147
|
-
|
|
147
|
+
|
|
148
148
|
def initialize(ktvmusicdetailinfoset=nil, notexistmusicidset=nil, requestid=nil)
|
|
149
149
|
@KTVMusicDetailInfoSet = ktvmusicdetailinfoset
|
|
150
150
|
@NotExistMusicIdSet = notexistmusicidset
|
|
@@ -173,7 +173,7 @@ module TencentCloud
|
|
|
173
173
|
# @type EndTime: Integer
|
|
174
174
|
|
|
175
175
|
attr_accessor :StartTime, :EndTime
|
|
176
|
-
|
|
176
|
+
|
|
177
177
|
def initialize(starttime=nil, endtime=nil)
|
|
178
178
|
@StartTime = starttime
|
|
179
179
|
@EndTime = endtime
|
|
@@ -200,7 +200,7 @@ module TencentCloud
|
|
|
200
200
|
# @type SyncRobotCommands: Array
|
|
201
201
|
|
|
202
202
|
attr_accessor :AppName, :UserId, :RTCSystem, :JoinRoomInput, :SyncRobotCommands
|
|
203
|
-
|
|
203
|
+
|
|
204
204
|
def initialize(appname=nil, userid=nil, rtcsystem=nil, joinroominput=nil, syncrobotcommands=nil)
|
|
205
205
|
@AppName = appname
|
|
206
206
|
@UserId = userid
|
|
@@ -236,7 +236,7 @@ module TencentCloud
|
|
|
236
236
|
# @type RequestId: String
|
|
237
237
|
|
|
238
238
|
attr_accessor :RobotId, :RequestId
|
|
239
|
-
|
|
239
|
+
|
|
240
240
|
def initialize(robotid=nil, requestid=nil)
|
|
241
241
|
@RobotId = robotid
|
|
242
242
|
@RequestId = requestid
|
|
@@ -258,7 +258,7 @@ module TencentCloud
|
|
|
258
258
|
# @type Rules: Array
|
|
259
259
|
|
|
260
260
|
attr_accessor :AppName, :UserId, :Rules
|
|
261
|
-
|
|
261
|
+
|
|
262
262
|
def initialize(appname=nil, userid=nil, rules=nil)
|
|
263
263
|
@AppName = appname
|
|
264
264
|
@UserId = userid
|
|
@@ -289,7 +289,7 @@ module TencentCloud
|
|
|
289
289
|
# @type RequestId: String
|
|
290
290
|
|
|
291
291
|
attr_accessor :MatchMusicSet, :NotMatchRuleSet, :RequestId
|
|
292
|
-
|
|
292
|
+
|
|
293
293
|
def initialize(matchmusicset=nil, notmatchruleset=nil, requestid=nil)
|
|
294
294
|
@MatchMusicSet = matchmusicset
|
|
295
295
|
@NotMatchRuleSet = notmatchruleset
|
|
@@ -339,7 +339,7 @@ module TencentCloud
|
|
|
339
339
|
# @type MaterialFilters: Array
|
|
340
340
|
|
|
341
341
|
attr_accessor :AppName, :UserId, :TagId, :ScrollToken, :Limit, :RightFilters, :MaterialFilters
|
|
342
|
-
|
|
342
|
+
|
|
343
343
|
def initialize(appname=nil, userid=nil, tagid=nil, scrolltoken=nil, limit=nil, rightfilters=nil, materialfilters=nil)
|
|
344
344
|
@AppName = appname
|
|
345
345
|
@UserId = userid
|
|
@@ -371,7 +371,7 @@ module TencentCloud
|
|
|
371
371
|
# @type RequestId: String
|
|
372
372
|
|
|
373
373
|
attr_accessor :KTVMusicInfoSet, :ScrollToken, :RequestId
|
|
374
|
-
|
|
374
|
+
|
|
375
375
|
def initialize(ktvmusicinfoset=nil, scrolltoken=nil, requestid=nil)
|
|
376
376
|
@KTVMusicInfoSet = ktvmusicinfoset
|
|
377
377
|
@ScrollToken = scrolltoken
|
|
@@ -417,7 +417,7 @@ module TencentCloud
|
|
|
417
417
|
# @type MaterialFilters: Array
|
|
418
418
|
|
|
419
419
|
attr_accessor :AppName, :UserId, :PlaylistId, :ScrollToken, :Limit, :RightFilters, :PlayScene, :MaterialFilters
|
|
420
|
-
|
|
420
|
+
|
|
421
421
|
def initialize(appname=nil, userid=nil, playlistid=nil, scrolltoken=nil, limit=nil, rightfilters=nil, playscene=nil, materialfilters=nil)
|
|
422
422
|
@AppName = appname
|
|
423
423
|
@UserId = userid
|
|
@@ -451,7 +451,7 @@ module TencentCloud
|
|
|
451
451
|
# @type RequestId: String
|
|
452
452
|
|
|
453
453
|
attr_accessor :KTVMusicInfoSet, :ScrollToken, :RequestId
|
|
454
|
-
|
|
454
|
+
|
|
455
455
|
def initialize(ktvmusicinfoset=nil, scrolltoken=nil, requestid=nil)
|
|
456
456
|
@KTVMusicInfoSet = ktvmusicinfoset
|
|
457
457
|
@ScrollToken = scrolltoken
|
|
@@ -489,7 +489,7 @@ module TencentCloud
|
|
|
489
489
|
# @type Limit: Integer
|
|
490
490
|
|
|
491
491
|
attr_accessor :AppName, :UserId, :Types, :Offset, :Limit
|
|
492
|
-
|
|
492
|
+
|
|
493
493
|
def initialize(appname=nil, userid=nil, types=nil, offset=nil, limit=nil)
|
|
494
494
|
@AppName = appname
|
|
495
495
|
@UserId = userid
|
|
@@ -517,7 +517,7 @@ module TencentCloud
|
|
|
517
517
|
# @type RequestId: String
|
|
518
518
|
|
|
519
519
|
attr_accessor :PlaylistBaseInfoSet, :TotalCount, :RequestId
|
|
520
|
-
|
|
520
|
+
|
|
521
521
|
def initialize(playlistbaseinfoset=nil, totalcount=nil, requestid=nil)
|
|
522
522
|
@PlaylistBaseInfoSet = playlistbaseinfoset
|
|
523
523
|
@TotalCount = totalcount
|
|
@@ -560,7 +560,7 @@ module TencentCloud
|
|
|
560
560
|
# @type Limit: Integer
|
|
561
561
|
|
|
562
562
|
attr_accessor :AppName, :UserId, :RobotIds, :Statuses, :CreateTime, :Offset, :Limit
|
|
563
|
-
|
|
563
|
+
|
|
564
564
|
def initialize(appname=nil, userid=nil, robotids=nil, statuses=nil, createtime=nil, offset=nil, limit=nil)
|
|
565
565
|
@AppName = appname
|
|
566
566
|
@UserId = userid
|
|
@@ -595,7 +595,7 @@ module TencentCloud
|
|
|
595
595
|
# @type RequestId: String
|
|
596
596
|
|
|
597
597
|
attr_accessor :TotalCount, :KTVRobotInfoSet, :RequestId
|
|
598
|
-
|
|
598
|
+
|
|
599
599
|
def initialize(totalcount=nil, ktvrobotinfoset=nil, requestid=nil)
|
|
600
600
|
@TotalCount = totalcount
|
|
601
601
|
@KTVRobotInfoSet = ktvrobotinfoset
|
|
@@ -626,7 +626,7 @@ module TencentCloud
|
|
|
626
626
|
# @type KeyWord: String
|
|
627
627
|
|
|
628
628
|
attr_accessor :AppName, :UserId, :KeyWord
|
|
629
|
-
|
|
629
|
+
|
|
630
630
|
def initialize(appname=nil, userid=nil, keyword=nil)
|
|
631
631
|
@AppName = appname
|
|
632
632
|
@UserId = userid
|
|
@@ -648,7 +648,7 @@ module TencentCloud
|
|
|
648
648
|
# @type RequestId: String
|
|
649
649
|
|
|
650
650
|
attr_accessor :KTVSuggestionInfoSet, :RequestId
|
|
651
|
-
|
|
651
|
+
|
|
652
652
|
def initialize(ktvsuggestioninfoset=nil, requestid=nil)
|
|
653
653
|
@KTVSuggestionInfoSet = ktvsuggestioninfoset
|
|
654
654
|
@RequestId = requestid
|
|
@@ -675,7 +675,7 @@ module TencentCloud
|
|
|
675
675
|
# @type UserId: String
|
|
676
676
|
|
|
677
677
|
attr_accessor :AppName, :UserId
|
|
678
|
-
|
|
678
|
+
|
|
679
679
|
def initialize(appname=nil, userid=nil)
|
|
680
680
|
@AppName = appname
|
|
681
681
|
@UserId = userid
|
|
@@ -695,7 +695,7 @@ module TencentCloud
|
|
|
695
695
|
# @type RequestId: String
|
|
696
696
|
|
|
697
697
|
attr_accessor :TagGroupInfoSet, :RequestId
|
|
698
|
-
|
|
698
|
+
|
|
699
699
|
def initialize(taggroupinfoset=nil, requestid=nil)
|
|
700
700
|
@TagGroupInfoSet = taggroupinfoset
|
|
701
701
|
@RequestId = requestid
|
|
@@ -734,7 +734,7 @@ module TencentCloud
|
|
|
734
734
|
# @type Limit: Integer
|
|
735
735
|
|
|
736
736
|
attr_accessor :AppName, :StartTime, :EndTime, :TradeSerialNos, :UserIds, :Offset, :Limit
|
|
737
|
-
|
|
737
|
+
|
|
738
738
|
def initialize(appname=nil, starttime=nil, endtime=nil, tradeserialnos=nil, userids=nil, offset=nil, limit=nil)
|
|
739
739
|
@AppName = appname
|
|
740
740
|
@StartTime = starttime
|
|
@@ -766,7 +766,7 @@ module TencentCloud
|
|
|
766
766
|
# @type RequestId: String
|
|
767
767
|
|
|
768
768
|
attr_accessor :LiveVipTradeInfoSet, :TotalCount, :RequestId
|
|
769
|
-
|
|
769
|
+
|
|
770
770
|
def initialize(liveviptradeinfoset=nil, totalcount=nil, requestid=nil)
|
|
771
771
|
@LiveVipTradeInfoSet = liveviptradeinfoset
|
|
772
772
|
@TotalCount = totalcount
|
|
@@ -795,7 +795,7 @@ module TencentCloud
|
|
|
795
795
|
# @type UserId: String
|
|
796
796
|
|
|
797
797
|
attr_accessor :AppName, :UserId
|
|
798
|
-
|
|
798
|
+
|
|
799
799
|
def initialize(appname=nil, userid=nil)
|
|
800
800
|
@AppName = appname
|
|
801
801
|
@UserId = userid
|
|
@@ -815,7 +815,7 @@ module TencentCloud
|
|
|
815
815
|
# @type RequestId: String
|
|
816
816
|
|
|
817
817
|
attr_accessor :UserInfo, :RequestId
|
|
818
|
-
|
|
818
|
+
|
|
819
819
|
def initialize(userinfo=nil, requestid=nil)
|
|
820
820
|
@UserInfo = userinfo
|
|
821
821
|
@RequestId = requestid
|
|
@@ -840,7 +840,7 @@ module TencentCloud
|
|
|
840
840
|
# @type RobotId: String
|
|
841
841
|
|
|
842
842
|
attr_accessor :AppName, :UserId, :RobotId
|
|
843
|
-
|
|
843
|
+
|
|
844
844
|
def initialize(appname=nil, userid=nil, robotid=nil)
|
|
845
845
|
@AppName = appname
|
|
846
846
|
@UserId = userid
|
|
@@ -860,7 +860,7 @@ module TencentCloud
|
|
|
860
860
|
# @type RequestId: String
|
|
861
861
|
|
|
862
862
|
attr_accessor :RequestId
|
|
863
|
-
|
|
863
|
+
|
|
864
864
|
def initialize(requestid=nil)
|
|
865
865
|
@RequestId = requestid
|
|
866
866
|
end
|
|
@@ -876,7 +876,7 @@ module TencentCloud
|
|
|
876
876
|
# @type TRTCJoinRoomInput: :class:`Tencentcloud::Yinsuda.v20220527.models.TRTCJoinRoomInput`
|
|
877
877
|
|
|
878
878
|
attr_accessor :TRTCJoinRoomInput
|
|
879
|
-
|
|
879
|
+
|
|
880
880
|
def initialize(trtcjoinroominput=nil)
|
|
881
881
|
@TRTCJoinRoomInput = trtcjoinroominput
|
|
882
882
|
end
|
|
@@ -901,7 +901,7 @@ module TencentCloud
|
|
|
901
901
|
# @type Value: Integer
|
|
902
902
|
|
|
903
903
|
attr_accessor :Type, :Value
|
|
904
|
-
|
|
904
|
+
|
|
905
905
|
def initialize(type=nil, value=nil)
|
|
906
906
|
@Type = type
|
|
907
907
|
@Value = value
|
|
@@ -924,7 +924,7 @@ module TencentCloud
|
|
|
924
924
|
# @type AMEMusicBaseInfo: :class:`Tencentcloud::Yinsuda.v20220527.models.AMEMusicBaseInfo`
|
|
925
925
|
|
|
926
926
|
attr_accessor :KTVMusicBaseInfo, :MatchRule, :AMEMusicBaseInfo
|
|
927
|
-
|
|
927
|
+
|
|
928
928
|
def initialize(ktvmusicbaseinfo=nil, matchrule=nil, amemusicbaseinfo=nil)
|
|
929
929
|
@KTVMusicBaseInfo = ktvmusicbaseinfo
|
|
930
930
|
@MatchRule = matchrule
|
|
@@ -958,7 +958,7 @@ module TencentCloud
|
|
|
958
958
|
# @type MusicIdToMatchAME: String
|
|
959
959
|
|
|
960
960
|
attr_accessor :AMEMusicId, :MusicInfo, :MusicIdToMatchAME
|
|
961
|
-
|
|
961
|
+
|
|
962
962
|
def initialize(amemusicid=nil, musicinfo=nil, musicidtomatchame=nil)
|
|
963
963
|
@AMEMusicId = amemusicid
|
|
964
964
|
@MusicInfo = musicinfo
|
|
@@ -983,7 +983,7 @@ module TencentCloud
|
|
|
983
983
|
# @type SingerSet: Array
|
|
984
984
|
|
|
985
985
|
attr_accessor :MusicName, :SingerSet
|
|
986
|
-
|
|
986
|
+
|
|
987
987
|
def initialize(musicname=nil, singerset=nil)
|
|
988
988
|
@MusicName = musicname
|
|
989
989
|
@SingerSet = singerset
|
|
@@ -1020,7 +1020,7 @@ module TencentCloud
|
|
|
1020
1020
|
# @type RecommendType: String
|
|
1021
1021
|
|
|
1022
1022
|
attr_accessor :MusicId, :Name, :SingerSet, :Duration, :SingerImageUrl, :AlbumInfo, :RightSet, :RecommendType
|
|
1023
|
-
|
|
1023
|
+
|
|
1024
1024
|
def initialize(musicid=nil, name=nil, singerset=nil, duration=nil, singerimageurl=nil, albuminfo=nil, rightset=nil, recommendtype=nil)
|
|
1025
1025
|
@MusicId = musicid
|
|
1026
1026
|
@Name = name
|
|
@@ -1068,7 +1068,7 @@ module TencentCloud
|
|
|
1068
1068
|
# @type BPMInfo: :class:`Tencentcloud::Yinsuda.v20220527.models.KTVBPMInfo`
|
|
1069
1069
|
|
|
1070
1070
|
attr_accessor :KTVMusicBaseInfo, :PlayToken, :LyricsUrl, :MidiUrl, :ChorusClipSet, :PreludeInterval, :GenreSet, :BPMInfo
|
|
1071
|
-
|
|
1071
|
+
|
|
1072
1072
|
def initialize(ktvmusicbaseinfo=nil, playtoken=nil, lyricsurl=nil, midiurl=nil, chorusclipset=nil, preludeinterval=nil, genreset=nil, bpminfo=nil)
|
|
1073
1073
|
@KTVMusicBaseInfo = ktvmusicbaseinfo
|
|
1074
1074
|
@PlayToken = playtoken
|
|
@@ -1113,7 +1113,7 @@ module TencentCloud
|
|
|
1113
1113
|
# @type Title: String
|
|
1114
1114
|
|
|
1115
1115
|
attr_accessor :PlaylistId, :Title
|
|
1116
|
-
|
|
1116
|
+
|
|
1117
1117
|
def initialize(playlistid=nil, title=nil)
|
|
1118
1118
|
@PlaylistId = playlistid
|
|
1119
1119
|
@Title = title
|
|
@@ -1155,7 +1155,7 @@ module TencentCloud
|
|
|
1155
1155
|
# @type SetPlayModeInput: :class:`Tencentcloud::Yinsuda.v20220527.models.SetPlayModeCommandInput`
|
|
1156
1156
|
|
|
1157
1157
|
attr_accessor :RobotId, :Status, :Playlists, :CurIndex, :Position, :SetAudioParamInput, :JoinRoomInput, :RTCSystem, :SetPlayModeInput
|
|
1158
|
-
|
|
1158
|
+
|
|
1159
1159
|
def initialize(robotid=nil, status=nil, playlists=nil, curindex=nil, position=nil, setaudioparaminput=nil, joinroominput=nil, rtcsystem=nil, setplaymodeinput=nil)
|
|
1160
1160
|
@RobotId = robotid
|
|
1161
1161
|
@Status = status
|
|
@@ -1196,7 +1196,7 @@ module TencentCloud
|
|
|
1196
1196
|
# @type Suggestion: String
|
|
1197
1197
|
|
|
1198
1198
|
attr_accessor :Suggestion
|
|
1199
|
-
|
|
1199
|
+
|
|
1200
1200
|
def initialize(suggestion=nil)
|
|
1201
1201
|
@Suggestion = suggestion
|
|
1202
1202
|
end
|
|
@@ -1216,7 +1216,7 @@ module TencentCloud
|
|
|
1216
1216
|
# @type TagInfoSet: Array
|
|
1217
1217
|
|
|
1218
1218
|
attr_accessor :GroupId, :Name, :TagInfoSet
|
|
1219
|
-
|
|
1219
|
+
|
|
1220
1220
|
def initialize(groupid=nil, name=nil, taginfoset=nil)
|
|
1221
1221
|
@GroupId = groupid
|
|
1222
1222
|
@Name = name
|
|
@@ -1245,7 +1245,7 @@ module TencentCloud
|
|
|
1245
1245
|
# @type Name: String
|
|
1246
1246
|
|
|
1247
1247
|
attr_accessor :TagId, :Name
|
|
1248
|
-
|
|
1248
|
+
|
|
1249
1249
|
def initialize(tagid=nil, name=nil)
|
|
1250
1250
|
@TagId = tagid
|
|
1251
1251
|
@Name = name
|
|
@@ -1279,7 +1279,7 @@ module TencentCloud
|
|
|
1279
1279
|
# @type CreateTime: String
|
|
1280
1280
|
|
|
1281
1281
|
attr_accessor :TradeSerialNo, :AppName, :UserId, :RoomId, :VipDays, :Status, :CreateTime
|
|
1282
|
-
|
|
1282
|
+
|
|
1283
1283
|
def initialize(tradeserialno=nil, appname=nil, userid=nil, roomid=nil, vipdays=nil, status=nil, createtime=nil)
|
|
1284
1284
|
@TradeSerialNo = tradeserialno
|
|
1285
1285
|
@AppName = appname
|
|
@@ -1312,7 +1312,7 @@ module TencentCloud
|
|
|
1312
1312
|
# @type LiveVipStatus: String
|
|
1313
1313
|
|
|
1314
1314
|
attr_accessor :RoomId, :LiveVipEndTime, :LiveVipStatus
|
|
1315
|
-
|
|
1315
|
+
|
|
1316
1316
|
def initialize(roomid=nil, livevipendtime=nil, livevipstatus=nil)
|
|
1317
1317
|
@RoomId = roomid
|
|
1318
1318
|
@LiveVipEndTime = livevipendtime
|
|
@@ -1337,7 +1337,7 @@ module TencentCloud
|
|
|
1337
1337
|
# @type Url: String
|
|
1338
1338
|
|
|
1339
1339
|
attr_accessor :Dimension, :Url
|
|
1340
|
-
|
|
1340
|
+
|
|
1341
1341
|
def initialize(dimension=nil, url=nil)
|
|
1342
1342
|
@Dimension = dimension
|
|
1343
1343
|
@Url = url
|
|
@@ -1357,7 +1357,7 @@ module TencentCloud
|
|
|
1357
1357
|
# @type CoverInfoSet: Array
|
|
1358
1358
|
|
|
1359
1359
|
attr_accessor :Name, :CoverInfoSet
|
|
1360
|
-
|
|
1360
|
+
|
|
1361
1361
|
def initialize(name=nil, coverinfoset=nil)
|
|
1362
1362
|
@Name = name
|
|
1363
1363
|
@CoverInfoSet = coverinfoset
|
|
@@ -1382,7 +1382,7 @@ module TencentCloud
|
|
|
1382
1382
|
# @type Index: Integer
|
|
1383
1383
|
|
|
1384
1384
|
attr_accessor :Index
|
|
1385
|
-
|
|
1385
|
+
|
|
1386
1386
|
def initialize(index=nil)
|
|
1387
1387
|
@Index = index
|
|
1388
1388
|
end
|
|
@@ -1416,7 +1416,7 @@ module TencentCloud
|
|
|
1416
1416
|
# @type PlayScene: String
|
|
1417
1417
|
|
|
1418
1418
|
attr_accessor :AppName, :UserId, :TradeSerialNo, :RoomId, :VipDays, :GiveType, :PlayScene
|
|
1419
|
-
|
|
1419
|
+
|
|
1420
1420
|
def initialize(appname=nil, userid=nil, tradeserialno=nil, roomid=nil, vipdays=nil, givetype=nil, playscene=nil)
|
|
1421
1421
|
@AppName = appname
|
|
1422
1422
|
@UserId = userid
|
|
@@ -1446,7 +1446,7 @@ module TencentCloud
|
|
|
1446
1446
|
# @type RequestId: String
|
|
1447
1447
|
|
|
1448
1448
|
attr_accessor :LiveVipUserInfo, :RequestId
|
|
1449
|
-
|
|
1449
|
+
|
|
1450
1450
|
def initialize(livevipuserinfo=nil, requestid=nil)
|
|
1451
1451
|
@LiveVipUserInfo = livevipuserinfo
|
|
1452
1452
|
@RequestId = requestid
|
|
@@ -1486,7 +1486,7 @@ module TencentCloud
|
|
|
1486
1486
|
# @type MaterialFilters: Array
|
|
1487
1487
|
|
|
1488
1488
|
attr_accessor :AppName, :UserId, :KeyWord, :ScrollToken, :Limit, :RightFilters, :PlayScene, :MaterialFilters
|
|
1489
|
-
|
|
1489
|
+
|
|
1490
1490
|
def initialize(appname=nil, userid=nil, keyword=nil, scrolltoken=nil, limit=nil, rightfilters=nil, playscene=nil, materialfilters=nil)
|
|
1491
1491
|
@AppName = appname
|
|
1492
1492
|
@UserId = userid
|
|
@@ -1520,7 +1520,7 @@ module TencentCloud
|
|
|
1520
1520
|
# @type RequestId: String
|
|
1521
1521
|
|
|
1522
1522
|
attr_accessor :KTVMusicInfoSet, :ScrollToken, :RequestId
|
|
1523
|
-
|
|
1523
|
+
|
|
1524
1524
|
def initialize(ktvmusicinfoset=nil, scrolltoken=nil, requestid=nil)
|
|
1525
1525
|
@KTVMusicInfoSet = ktvmusicinfoset
|
|
1526
1526
|
@ScrollToken = scrolltoken
|
|
@@ -1547,7 +1547,7 @@ module TencentCloud
|
|
|
1547
1547
|
# @type Position: Integer
|
|
1548
1548
|
|
|
1549
1549
|
attr_accessor :Position
|
|
1550
|
-
|
|
1550
|
+
|
|
1551
1551
|
def initialize(position=nil)
|
|
1552
1552
|
@Position = position
|
|
1553
1553
|
end
|
|
@@ -1565,7 +1565,7 @@ module TencentCloud
|
|
|
1565
1565
|
# @type Repeat: Integer
|
|
1566
1566
|
|
|
1567
1567
|
attr_accessor :Message, :Repeat
|
|
1568
|
-
|
|
1568
|
+
|
|
1569
1569
|
def initialize(message=nil, repeat=nil)
|
|
1570
1570
|
@Message = message
|
|
1571
1571
|
@Repeat = repeat
|
|
@@ -1585,7 +1585,7 @@ module TencentCloud
|
|
|
1585
1585
|
# @type Type: String
|
|
1586
1586
|
|
|
1587
1587
|
attr_accessor :Type
|
|
1588
|
-
|
|
1588
|
+
|
|
1589
1589
|
def initialize(type=nil)
|
|
1590
1590
|
@Type = type
|
|
1591
1591
|
end
|
|
@@ -1606,7 +1606,7 @@ module TencentCloud
|
|
|
1606
1606
|
# @type DestroyExpireTime: Integer
|
|
1607
1607
|
|
|
1608
1608
|
attr_accessor :DestroyMode, :DestroyExpireTime
|
|
1609
|
-
|
|
1609
|
+
|
|
1610
1610
|
def initialize(destroymode=nil, destroyexpiretime=nil)
|
|
1611
1611
|
@DestroyMode = destroymode
|
|
1612
1612
|
@DestroyExpireTime = destroyexpiretime
|
|
@@ -1628,7 +1628,7 @@ module TencentCloud
|
|
|
1628
1628
|
# @type PlayMode: String
|
|
1629
1629
|
|
|
1630
1630
|
attr_accessor :PlayMode
|
|
1631
|
-
|
|
1631
|
+
|
|
1632
1632
|
def initialize(playmode=nil)
|
|
1633
1633
|
@PlayMode = playmode
|
|
1634
1634
|
end
|
|
@@ -1657,7 +1657,7 @@ module TencentCloud
|
|
|
1657
1657
|
# @type MusicIds: Array
|
|
1658
1658
|
|
|
1659
1659
|
attr_accessor :Type, :Index, :ChangedIndex, :MusicIds
|
|
1660
|
-
|
|
1660
|
+
|
|
1661
1661
|
def initialize(type=nil, index=nil, changedindex=nil, musicids=nil)
|
|
1662
1662
|
@Type = type
|
|
1663
1663
|
@Index = index
|
|
@@ -1685,7 +1685,7 @@ module TencentCloud
|
|
|
1685
1685
|
# @type SyncRobotCommands: Array
|
|
1686
1686
|
|
|
1687
1687
|
attr_accessor :AppName, :UserId, :RobotId, :SyncRobotCommands
|
|
1688
|
-
|
|
1688
|
+
|
|
1689
1689
|
def initialize(appname=nil, userid=nil, robotid=nil, syncrobotcommands=nil)
|
|
1690
1690
|
@AppName = appname
|
|
1691
1691
|
@UserId = userid
|
|
@@ -1714,7 +1714,7 @@ module TencentCloud
|
|
|
1714
1714
|
# @type RequestId: String
|
|
1715
1715
|
|
|
1716
1716
|
attr_accessor :RequestId
|
|
1717
|
-
|
|
1717
|
+
|
|
1718
1718
|
def initialize(requestid=nil)
|
|
1719
1719
|
@RequestId = requestid
|
|
1720
1720
|
end
|
|
@@ -1754,7 +1754,7 @@ module TencentCloud
|
|
|
1754
1754
|
# @type SetDestroyModeCommandInput: :class:`Tencentcloud::Yinsuda.v20220527.models.SetDestroyModeCommandInput`
|
|
1755
1755
|
|
|
1756
1756
|
attr_accessor :Command, :PlayCommandInput, :SetPlaylistCommandInput, :SeekCommandInput, :SetAudioParamCommandInput, :SendMessageCommandInput, :SetPlayModeCommandInput, :SetDestroyModeCommandInput
|
|
1757
|
-
|
|
1757
|
+
|
|
1758
1758
|
def initialize(command=nil, playcommandinput=nil, setplaylistcommandinput=nil, seekcommandinput=nil, setaudioparamcommandinput=nil, sendmessagecommandinput=nil, setplaymodecommandinput=nil, setdestroymodecommandinput=nil)
|
|
1759
1759
|
@Command = command
|
|
1760
1760
|
@PlayCommandInput = playcommandinput
|
|
@@ -1811,7 +1811,7 @@ module TencentCloud
|
|
|
1811
1811
|
# @type UserId: String
|
|
1812
1812
|
|
|
1813
1813
|
attr_accessor :Sign, :RoomId, :SdkAppId, :UserId
|
|
1814
|
-
|
|
1814
|
+
|
|
1815
1815
|
def initialize(sign=nil, roomid=nil, sdkappid=nil, userid=nil)
|
|
1816
1816
|
@Sign = sign
|
|
1817
1817
|
@RoomId = roomid
|
|
@@ -1837,7 +1837,7 @@ module TencentCloud
|
|
|
1837
1837
|
# @type After: String
|
|
1838
1838
|
|
|
1839
1839
|
attr_accessor :Before, :After
|
|
1840
|
-
|
|
1840
|
+
|
|
1841
1841
|
def initialize(before=nil, after=nil)
|
|
1842
1842
|
@Before = before
|
|
1843
1843
|
@After = after
|
|
@@ -1864,7 +1864,7 @@ module TencentCloud
|
|
|
1864
1864
|
# @type UserType: String
|
|
1865
1865
|
|
|
1866
1866
|
attr_accessor :AppName, :UserId, :LiveVipUserInfo, :UserType
|
|
1867
|
-
|
|
1867
|
+
|
|
1868
1868
|
def initialize(appname=nil, userid=nil, livevipuserinfo=nil, usertype=nil)
|
|
1869
1869
|
@AppName = appname
|
|
1870
1870
|
@UserId = userid
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-yinsuda
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.591
|
|
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-06-
|
|
11
|
+
date: 2023-06-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|