tencentcloud-sdk-ame 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/v20190916/models.rb +107 -107
- 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: 328ad70875e44be01ac1af5ea42ceb1123b48fcb
|
|
4
|
+
data.tar.gz: ff53c1c3204207e7ca7207c27b2a402159615d85
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9b5206621d4f87a68f722ccf298e1708236b9a319bafd471564faa9d262bd2a3107f4f8e6a2d4f4254fceb2699325f43fd183a79f197b0f713c3302e605e7db7
|
|
7
|
+
data.tar.gz: 5a39fe9f6e0c258bd785047ebc7e79daa8c506768b0778ac6329df0909613ec8c45d51d01b79fd7413f98c50b2d0a63b2bf837102263926cdff04bc9ee00eaeb
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.591
|
data/lib/v20190916/models.rb
CHANGED
|
@@ -26,7 +26,7 @@ module TencentCloud
|
|
|
26
26
|
# @type ImagePathMap: Array
|
|
27
27
|
|
|
28
28
|
attr_accessor :AlbumName, :ImagePathMap
|
|
29
|
-
|
|
29
|
+
|
|
30
30
|
def initialize(albumname=nil, imagepathmap=nil)
|
|
31
31
|
@AlbumName = albumname
|
|
32
32
|
@ImagePathMap = imagepathmap
|
|
@@ -57,7 +57,7 @@ module TencentCloud
|
|
|
57
57
|
# @type PcIdentifier: String
|
|
58
58
|
|
|
59
59
|
attr_accessor :AppName, :AndroidPackageName, :IOSBundleId, :PcIdentifier
|
|
60
|
-
|
|
60
|
+
|
|
61
61
|
def initialize(appname=nil, androidpackagename=nil, iosbundleid=nil, pcidentifier=nil)
|
|
62
62
|
@AppName = appname
|
|
63
63
|
@AndroidPackageName = androidpackagename
|
|
@@ -79,7 +79,7 @@ module TencentCloud
|
|
|
79
79
|
# @type ArtistName: String
|
|
80
80
|
|
|
81
81
|
attr_accessor :ArtistName
|
|
82
|
-
|
|
82
|
+
|
|
83
83
|
def initialize(artistname=nil)
|
|
84
84
|
@ArtistName = artistname
|
|
85
85
|
end
|
|
@@ -111,7 +111,7 @@ module TencentCloud
|
|
|
111
111
|
# @type Id: String
|
|
112
112
|
|
|
113
113
|
attr_accessor :SubjectName, :ProjectName, :AppScene, :AppRegion, :AuthPeriod, :Commercialization, :Platform, :Id
|
|
114
|
-
|
|
114
|
+
|
|
115
115
|
def initialize(subjectname=nil, projectname=nil, appscene=nil, appregion=nil, authperiod=nil, commercialization=nil, platform=nil, id=nil)
|
|
116
116
|
@SubjectName = subjectname
|
|
117
117
|
@ProjectName = projectname
|
|
@@ -141,7 +141,7 @@ module TencentCloud
|
|
|
141
141
|
# @type MusicIds: Array
|
|
142
142
|
|
|
143
143
|
attr_accessor :MusicIds
|
|
144
|
-
|
|
144
|
+
|
|
145
145
|
def initialize(musicids=nil)
|
|
146
146
|
@MusicIds = musicids
|
|
147
147
|
end
|
|
@@ -161,7 +161,7 @@ module TencentCloud
|
|
|
161
161
|
# @type RequestId: String
|
|
162
162
|
|
|
163
163
|
attr_accessor :KTVMusicDetailInfoSet, :NotExistMusicIdSet, :RequestId
|
|
164
|
-
|
|
164
|
+
|
|
165
165
|
def initialize(ktvmusicdetailinfoset=nil, notexistmusicidset=nil, requestid=nil)
|
|
166
166
|
@KTVMusicDetailInfoSet = ktvmusicdetailinfoset
|
|
167
167
|
@NotExistMusicIdSet = notexistmusicidset
|
|
@@ -190,7 +190,7 @@ module TencentCloud
|
|
|
190
190
|
# @type EndTime: Integer
|
|
191
191
|
|
|
192
192
|
attr_accessor :StartTime, :EndTime
|
|
193
|
-
|
|
193
|
+
|
|
194
194
|
def initialize(starttime=nil, endtime=nil)
|
|
195
195
|
@StartTime = starttime
|
|
196
196
|
@EndTime = endtime
|
|
@@ -215,7 +215,7 @@ module TencentCloud
|
|
|
215
215
|
# @type SyncRobotCommands: Array
|
|
216
216
|
|
|
217
217
|
attr_accessor :RTCSystem, :JoinRoomInput, :ApplicationLicenseInput, :SyncRobotCommands
|
|
218
|
-
|
|
218
|
+
|
|
219
219
|
def initialize(rtcsystem=nil, joinroominput=nil, applicationlicenseinput=nil, syncrobotcommands=nil)
|
|
220
220
|
@RTCSystem = rtcsystem
|
|
221
221
|
@JoinRoomInput = joinroominput
|
|
@@ -252,7 +252,7 @@ module TencentCloud
|
|
|
252
252
|
# @type RequestId: String
|
|
253
253
|
|
|
254
254
|
attr_accessor :RobotId, :RequestId
|
|
255
|
-
|
|
255
|
+
|
|
256
256
|
def initialize(robotid=nil, requestid=nil)
|
|
257
257
|
@RobotId = robotid
|
|
258
258
|
@RequestId = requestid
|
|
@@ -280,7 +280,7 @@ module TencentCloud
|
|
|
280
280
|
# @type TagNames: Array
|
|
281
281
|
|
|
282
282
|
attr_accessor :Name, :Version, :Duration, :AuditionBegin, :AuditionEnd, :TagNames
|
|
283
|
-
|
|
283
|
+
|
|
284
284
|
def initialize(name=nil, version=nil, duration=nil, auditionbegin=nil, auditionend=nil, tagnames=nil)
|
|
285
285
|
@Name = name
|
|
286
286
|
@Version = version
|
|
@@ -310,7 +310,7 @@ module TencentCloud
|
|
|
310
310
|
# @type Key: String
|
|
311
311
|
|
|
312
312
|
attr_accessor :Offset, :Limit, :Key
|
|
313
|
-
|
|
313
|
+
|
|
314
314
|
def initialize(offset=nil, limit=nil, key=nil)
|
|
315
315
|
@Offset = offset
|
|
316
316
|
@Limit = limit
|
|
@@ -334,7 +334,7 @@ module TencentCloud
|
|
|
334
334
|
# @type RequestId: String
|
|
335
335
|
|
|
336
336
|
attr_accessor :AuthInfo, :TotalCount, :RequestId
|
|
337
|
-
|
|
337
|
+
|
|
338
338
|
def initialize(authinfo=nil, totalcount=nil, requestid=nil)
|
|
339
339
|
@AuthInfo = authinfo
|
|
340
340
|
@TotalCount = totalcount
|
|
@@ -361,7 +361,7 @@ module TencentCloud
|
|
|
361
361
|
# @type AuthInfoId: String
|
|
362
362
|
|
|
363
363
|
attr_accessor :AuthInfoId
|
|
364
|
-
|
|
364
|
+
|
|
365
365
|
def initialize(authinfoid=nil)
|
|
366
366
|
@AuthInfoId = authinfoid
|
|
367
367
|
end
|
|
@@ -380,7 +380,7 @@ module TencentCloud
|
|
|
380
380
|
# @type RequestId: String
|
|
381
381
|
|
|
382
382
|
attr_accessor :MusicOpenDetail, :RequestId
|
|
383
|
-
|
|
383
|
+
|
|
384
384
|
def initialize(musicopendetail=nil, requestid=nil)
|
|
385
385
|
@MusicOpenDetail = musicopendetail
|
|
386
386
|
@RequestId = requestid
|
|
@@ -411,7 +411,7 @@ module TencentCloud
|
|
|
411
411
|
# @type MusicType: String
|
|
412
412
|
|
|
413
413
|
attr_accessor :MusicId, :MusicType
|
|
414
|
-
|
|
414
|
+
|
|
415
415
|
def initialize(musicid=nil, musictype=nil)
|
|
416
416
|
@MusicId = musicid
|
|
417
417
|
@MusicType = musictype
|
|
@@ -444,7 +444,7 @@ module TencentCloud
|
|
|
444
444
|
# @type RequestId: String
|
|
445
445
|
|
|
446
446
|
attr_accessor :MusicId, :MusicName, :Duration, :MusicUrl, :MusicImageUrl, :Singers, :RequestId
|
|
447
|
-
|
|
447
|
+
|
|
448
448
|
def initialize(musicid=nil, musicname=nil, duration=nil, musicurl=nil, musicimageurl=nil, singers=nil, requestid=nil)
|
|
449
449
|
@MusicId = musicid
|
|
450
450
|
@MusicName = musicname
|
|
@@ -472,7 +472,7 @@ module TencentCloud
|
|
|
472
472
|
# @type ItemIDs: String
|
|
473
473
|
|
|
474
474
|
attr_accessor :ItemIDs
|
|
475
|
-
|
|
475
|
+
|
|
476
476
|
def initialize(itemids=nil)
|
|
477
477
|
@ItemIDs = itemids
|
|
478
478
|
end
|
|
@@ -491,7 +491,7 @@ module TencentCloud
|
|
|
491
491
|
# @type RequestId: String
|
|
492
492
|
|
|
493
493
|
attr_accessor :Items, :RequestId
|
|
494
|
-
|
|
494
|
+
|
|
495
495
|
def initialize(items=nil, requestid=nil)
|
|
496
496
|
@Items = items
|
|
497
497
|
@RequestId = requestid
|
|
@@ -522,7 +522,7 @@ module TencentCloud
|
|
|
522
522
|
# @type CategoryCode: String
|
|
523
523
|
|
|
524
524
|
attr_accessor :Offset, :Limit, :CategoryId, :CategoryCode
|
|
525
|
-
|
|
525
|
+
|
|
526
526
|
def initialize(offset=nil, limit=nil, categoryid=nil, categorycode=nil)
|
|
527
527
|
@Offset = offset
|
|
528
528
|
@Limit = limit
|
|
@@ -556,7 +556,7 @@ module TencentCloud
|
|
|
556
556
|
# @type RequestId: String
|
|
557
557
|
|
|
558
558
|
attr_accessor :Offset, :Size, :Total, :HaveMore, :Items, :RequestId
|
|
559
|
-
|
|
559
|
+
|
|
560
560
|
def initialize(offset=nil, size=nil, total=nil, havemore=nil, items=nil, requestid=nil)
|
|
561
561
|
@Offset = offset
|
|
562
562
|
@Size = size
|
|
@@ -589,7 +589,7 @@ module TencentCloud
|
|
|
589
589
|
# @type MusicId: String
|
|
590
590
|
|
|
591
591
|
attr_accessor :MusicId
|
|
592
|
-
|
|
592
|
+
|
|
593
593
|
def initialize(musicid=nil)
|
|
594
594
|
@MusicId = musicid
|
|
595
595
|
end
|
|
@@ -619,7 +619,7 @@ module TencentCloud
|
|
|
619
619
|
# @type RequestId: String
|
|
620
620
|
|
|
621
621
|
attr_accessor :KTVMusicBaseInfo, :PlayToken, :LyricsUrl, :DefinitionInfoSet, :MidiJsonUrl, :ChorusClipSet, :PreludeInterval, :RequestId
|
|
622
|
-
|
|
622
|
+
|
|
623
623
|
def initialize(ktvmusicbaseinfo=nil, playtoken=nil, lyricsurl=nil, definitioninfoset=nil, midijsonurl=nil, chorusclipset=nil, preludeinterval=nil, requestid=nil)
|
|
624
624
|
@KTVMusicBaseInfo = ktvmusicbaseinfo
|
|
625
625
|
@PlayToken = playtoken
|
|
@@ -663,7 +663,7 @@ module TencentCloud
|
|
|
663
663
|
# DescribeKTVMusicTags请求参数结构体
|
|
664
664
|
class DescribeKTVMusicTagsRequest < TencentCloud::Common::AbstractModel
|
|
665
665
|
|
|
666
|
-
|
|
666
|
+
|
|
667
667
|
def initialize()
|
|
668
668
|
end
|
|
669
669
|
|
|
@@ -679,7 +679,7 @@ module TencentCloud
|
|
|
679
679
|
# @type RequestId: String
|
|
680
680
|
|
|
681
681
|
attr_accessor :TagGroupSet, :RequestId
|
|
682
|
-
|
|
682
|
+
|
|
683
683
|
def initialize(taggroupset=nil, requestid=nil)
|
|
684
684
|
@TagGroupSet = taggroupset
|
|
685
685
|
@RequestId = requestid
|
|
@@ -708,7 +708,7 @@ module TencentCloud
|
|
|
708
708
|
# @type Limit: Integer
|
|
709
709
|
|
|
710
710
|
attr_accessor :PlaylistId, :Offset, :Limit
|
|
711
|
-
|
|
711
|
+
|
|
712
712
|
def initialize(playlistid=nil, offset=nil, limit=nil)
|
|
713
713
|
@PlaylistId = playlistid
|
|
714
714
|
@Offset = offset
|
|
@@ -732,7 +732,7 @@ module TencentCloud
|
|
|
732
732
|
# @type RequestId: String
|
|
733
733
|
|
|
734
734
|
attr_accessor :KTVMusicInfoSet, :PlaylistBaseInfo, :RequestId
|
|
735
|
-
|
|
735
|
+
|
|
736
736
|
def initialize(ktvmusicinfoset=nil, playlistbaseinfo=nil, requestid=nil)
|
|
737
737
|
@KTVMusicInfoSet = ktvmusicinfoset
|
|
738
738
|
@PlaylistBaseInfo = playlistbaseinfo
|
|
@@ -771,7 +771,7 @@ module TencentCloud
|
|
|
771
771
|
# @type Limit: Integer
|
|
772
772
|
|
|
773
773
|
attr_accessor :Type, :Offset, :Limit
|
|
774
|
-
|
|
774
|
+
|
|
775
775
|
def initialize(type=nil, offset=nil, limit=nil)
|
|
776
776
|
@Type = type
|
|
777
777
|
@Offset = offset
|
|
@@ -795,7 +795,7 @@ module TencentCloud
|
|
|
795
795
|
# @type RequestId: String
|
|
796
796
|
|
|
797
797
|
attr_accessor :PlaylistBaseInfoSet, :TotalCount, :RequestId
|
|
798
|
-
|
|
798
|
+
|
|
799
799
|
def initialize(playlistbaseinfoset=nil, totalcount=nil, requestid=nil)
|
|
800
800
|
@PlaylistBaseInfoSet = playlistbaseinfoset
|
|
801
801
|
@TotalCount = totalcount
|
|
@@ -834,7 +834,7 @@ module TencentCloud
|
|
|
834
834
|
# @type Limit: Integer
|
|
835
835
|
|
|
836
836
|
attr_accessor :RobotIds, :Statuses, :CreateTime, :Offset, :Limit
|
|
837
|
-
|
|
837
|
+
|
|
838
838
|
def initialize(robotids=nil, statuses=nil, createtime=nil, offset=nil, limit=nil)
|
|
839
839
|
@RobotIds = robotids
|
|
840
840
|
@Statuses = statuses
|
|
@@ -865,7 +865,7 @@ module TencentCloud
|
|
|
865
865
|
# @type RequestId: String
|
|
866
866
|
|
|
867
867
|
attr_accessor :TotalCount, :KTVRobotInfoSet, :RequestId
|
|
868
|
-
|
|
868
|
+
|
|
869
869
|
def initialize(totalcount=nil, ktvrobotinfoset=nil, requestid=nil)
|
|
870
870
|
@TotalCount = totalcount
|
|
871
871
|
@KTVRobotInfoSet = ktvrobotinfoset
|
|
@@ -889,7 +889,7 @@ module TencentCloud
|
|
|
889
889
|
# DescribeKTVSingerCategories请求参数结构体
|
|
890
890
|
class DescribeKTVSingerCategoriesRequest < TencentCloud::Common::AbstractModel
|
|
891
891
|
|
|
892
|
-
|
|
892
|
+
|
|
893
893
|
def initialize()
|
|
894
894
|
end
|
|
895
895
|
|
|
@@ -907,7 +907,7 @@ module TencentCloud
|
|
|
907
907
|
# @type RequestId: String
|
|
908
908
|
|
|
909
909
|
attr_accessor :GenderSet, :AreaSet, :RequestId
|
|
910
|
-
|
|
910
|
+
|
|
911
911
|
def initialize(genderset=nil, areaset=nil, requestid=nil)
|
|
912
912
|
@GenderSet = genderset
|
|
913
913
|
@AreaSet = areaset
|
|
@@ -945,7 +945,7 @@ module TencentCloud
|
|
|
945
945
|
# @type Limit: Integer
|
|
946
946
|
|
|
947
947
|
attr_accessor :SingerId, :Offset, :Limit
|
|
948
|
-
|
|
948
|
+
|
|
949
949
|
def initialize(singerid=nil, offset=nil, limit=nil)
|
|
950
950
|
@SingerId = singerid
|
|
951
951
|
@Offset = offset
|
|
@@ -969,7 +969,7 @@ module TencentCloud
|
|
|
969
969
|
# @type RequestId: String
|
|
970
970
|
|
|
971
971
|
attr_accessor :TotalCount, :KTVMusicInfoSet, :RequestId
|
|
972
|
-
|
|
972
|
+
|
|
973
973
|
def initialize(totalcount=nil, ktvmusicinfoset=nil, requestid=nil)
|
|
974
974
|
@TotalCount = totalcount
|
|
975
975
|
@KTVMusicInfoSet = ktvmusicinfoset
|
|
@@ -1012,7 +1012,7 @@ module TencentCloud
|
|
|
1012
1012
|
# @type Limit: Integer
|
|
1013
1013
|
|
|
1014
1014
|
attr_accessor :SingerIds, :Genders, :Areas, :Sort, :Offset, :Limit
|
|
1015
|
-
|
|
1015
|
+
|
|
1016
1016
|
def initialize(singerids=nil, genders=nil, areas=nil, sort=nil, offset=nil, limit=nil)
|
|
1017
1017
|
@SingerIds = singerids
|
|
1018
1018
|
@Genders = genders
|
|
@@ -1045,7 +1045,7 @@ module TencentCloud
|
|
|
1045
1045
|
# @type RequestId: String
|
|
1046
1046
|
|
|
1047
1047
|
attr_accessor :TotalCount, :KTVSingerInfoSet, :RequestId
|
|
1048
|
-
|
|
1048
|
+
|
|
1049
1049
|
def initialize(totalcount=nil, ktvsingerinfoset=nil, requestid=nil)
|
|
1050
1050
|
@TotalCount = totalcount
|
|
1051
1051
|
@KTVSingerInfoSet = ktvsingerinfoset
|
|
@@ -1072,7 +1072,7 @@ module TencentCloud
|
|
|
1072
1072
|
# @type KeyWord: String
|
|
1073
1073
|
|
|
1074
1074
|
attr_accessor :KeyWord
|
|
1075
|
-
|
|
1075
|
+
|
|
1076
1076
|
def initialize(keyword=nil)
|
|
1077
1077
|
@KeyWord = keyword
|
|
1078
1078
|
end
|
|
@@ -1090,7 +1090,7 @@ module TencentCloud
|
|
|
1090
1090
|
# @type RequestId: String
|
|
1091
1091
|
|
|
1092
1092
|
attr_accessor :KTVSuggestionInfoSet, :RequestId
|
|
1093
|
-
|
|
1093
|
+
|
|
1094
1094
|
def initialize(ktvsuggestioninfoset=nil, requestid=nil)
|
|
1095
1095
|
@KTVSuggestionInfoSet = ktvsuggestioninfoset
|
|
1096
1096
|
@RequestId = requestid
|
|
@@ -1120,7 +1120,7 @@ module TencentCloud
|
|
|
1120
1120
|
# @type Period: String
|
|
1121
1121
|
|
|
1122
1122
|
attr_accessor :Type, :Period
|
|
1123
|
-
|
|
1123
|
+
|
|
1124
1124
|
def initialize(type=nil, period=nil)
|
|
1125
1125
|
@Type = type
|
|
1126
1126
|
@Period = period
|
|
@@ -1142,7 +1142,7 @@ module TencentCloud
|
|
|
1142
1142
|
# @type RequestId: String
|
|
1143
1143
|
|
|
1144
1144
|
attr_accessor :KTVMusicTopInfoSet, :TotalCount, :RequestId
|
|
1145
|
-
|
|
1145
|
+
|
|
1146
1146
|
def initialize(ktvmusictopinfoset=nil, totalcount=nil, requestid=nil)
|
|
1147
1147
|
@KTVMusicTopInfoSet = ktvmusictopinfoset
|
|
1148
1148
|
@TotalCount = totalcount
|
|
@@ -1173,7 +1173,7 @@ module TencentCloud
|
|
|
1173
1173
|
# @type SubItemType: String
|
|
1174
1174
|
|
|
1175
1175
|
attr_accessor :ItemId, :SubItemType
|
|
1176
|
-
|
|
1176
|
+
|
|
1177
1177
|
def initialize(itemid=nil, subitemtype=nil)
|
|
1178
1178
|
@ItemId = itemid
|
|
1179
1179
|
@SubItemType = subitemtype
|
|
@@ -1194,7 +1194,7 @@ module TencentCloud
|
|
|
1194
1194
|
# @type RequestId: String
|
|
1195
1195
|
|
|
1196
1196
|
attr_accessor :Lyric, :RequestId
|
|
1197
|
-
|
|
1197
|
+
|
|
1198
1198
|
def initialize(lyric=nil, requestid=nil)
|
|
1199
1199
|
@Lyric = lyric
|
|
1200
1200
|
@RequestId = requestid
|
|
@@ -1223,7 +1223,7 @@ module TencentCloud
|
|
|
1223
1223
|
# @type Ssl: String
|
|
1224
1224
|
|
|
1225
1225
|
attr_accessor :ItemId, :IdentityId, :SubItemType, :Ssl
|
|
1226
|
-
|
|
1226
|
+
|
|
1227
1227
|
def initialize(itemid=nil, identityid=nil, subitemtype=nil, ssl=nil)
|
|
1228
1228
|
@ItemId = itemid
|
|
1229
1229
|
@IdentityId = identityid
|
|
@@ -1248,7 +1248,7 @@ module TencentCloud
|
|
|
1248
1248
|
# @type RequestId: String
|
|
1249
1249
|
|
|
1250
1250
|
attr_accessor :Music, :RequestId
|
|
1251
|
-
|
|
1251
|
+
|
|
1252
1252
|
def initialize(music=nil, requestid=nil)
|
|
1253
1253
|
@Music = music
|
|
1254
1254
|
@RequestId = requestid
|
|
@@ -1271,7 +1271,7 @@ module TencentCloud
|
|
|
1271
1271
|
# @type PurchaseType: Integer
|
|
1272
1272
|
|
|
1273
1273
|
attr_accessor :MusicIds, :PurchaseType
|
|
1274
|
-
|
|
1274
|
+
|
|
1275
1275
|
def initialize(musicids=nil, purchasetype=nil)
|
|
1276
1276
|
@MusicIds = musicids
|
|
1277
1277
|
@PurchaseType = purchasetype
|
|
@@ -1291,7 +1291,7 @@ module TencentCloud
|
|
|
1291
1291
|
# @type RequestId: String
|
|
1292
1292
|
|
|
1293
1293
|
attr_accessor :MusicStatusSet, :RequestId
|
|
1294
|
-
|
|
1294
|
+
|
|
1295
1295
|
def initialize(musicstatusset=nil, requestid=nil)
|
|
1296
1296
|
@MusicStatusSet = musicstatusset
|
|
1297
1297
|
@RequestId = requestid
|
|
@@ -1320,7 +1320,7 @@ module TencentCloud
|
|
|
1320
1320
|
# @type Length: Integer
|
|
1321
1321
|
|
|
1322
1322
|
attr_accessor :OrderId, :Offset, :Length
|
|
1323
|
-
|
|
1323
|
+
|
|
1324
1324
|
def initialize(orderid=nil, offset=nil, length=nil)
|
|
1325
1325
|
@OrderId = orderid
|
|
1326
1326
|
@Offset = offset
|
|
@@ -1343,7 +1343,7 @@ module TencentCloud
|
|
|
1343
1343
|
# @type RequestId: String
|
|
1344
1344
|
|
|
1345
1345
|
attr_accessor :PackageItems, :RequestId
|
|
1346
|
-
|
|
1346
|
+
|
|
1347
1347
|
def initialize(packageitems=nil, requestid=nil)
|
|
1348
1348
|
@PackageItems = packageitems
|
|
1349
1349
|
@RequestId = requestid
|
|
@@ -1370,7 +1370,7 @@ module TencentCloud
|
|
|
1370
1370
|
# @type Length: Integer
|
|
1371
1371
|
|
|
1372
1372
|
attr_accessor :Offset, :Length
|
|
1373
|
-
|
|
1373
|
+
|
|
1374
1374
|
def initialize(offset=nil, length=nil)
|
|
1375
1375
|
@Offset = offset
|
|
1376
1376
|
@Length = length
|
|
@@ -1391,7 +1391,7 @@ module TencentCloud
|
|
|
1391
1391
|
# @type RequestId: String
|
|
1392
1392
|
|
|
1393
1393
|
attr_accessor :Packages, :RequestId
|
|
1394
|
-
|
|
1394
|
+
|
|
1395
1395
|
def initialize(packages=nil, requestid=nil)
|
|
1396
1396
|
@Packages = packages
|
|
1397
1397
|
@RequestId = requestid
|
|
@@ -1420,7 +1420,7 @@ module TencentCloud
|
|
|
1420
1420
|
# @type Offset: Integer
|
|
1421
1421
|
|
|
1422
1422
|
attr_accessor :PackageOrderId, :Limit, :Offset
|
|
1423
|
-
|
|
1423
|
+
|
|
1424
1424
|
def initialize(packageorderid=nil, limit=nil, offset=nil)
|
|
1425
1425
|
@PackageOrderId = packageorderid
|
|
1426
1426
|
@Limit = limit
|
|
@@ -1444,7 +1444,7 @@ module TencentCloud
|
|
|
1444
1444
|
# @type RequestId: String
|
|
1445
1445
|
|
|
1446
1446
|
attr_accessor :OfflineMusicSet, :TotalCount, :RequestId
|
|
1447
|
-
|
|
1447
|
+
|
|
1448
1448
|
def initialize(offlinemusicset=nil, totalcount=nil, requestid=nil)
|
|
1449
1449
|
@OfflineMusicSet = offlinemusicset
|
|
1450
1450
|
@TotalCount = totalcount
|
|
@@ -1473,7 +1473,7 @@ module TencentCloud
|
|
|
1473
1473
|
# @type Offset: Integer
|
|
1474
1474
|
|
|
1475
1475
|
attr_accessor :Limit, :Offset
|
|
1476
|
-
|
|
1476
|
+
|
|
1477
1477
|
def initialize(limit=nil, offset=nil)
|
|
1478
1478
|
@Limit = limit
|
|
1479
1479
|
@Offset = offset
|
|
@@ -1502,7 +1502,7 @@ module TencentCloud
|
|
|
1502
1502
|
# @type RequestId: String
|
|
1503
1503
|
|
|
1504
1504
|
attr_accessor :Total, :Offset, :Size, :HaveMore, :Stations, :RequestId
|
|
1505
|
-
|
|
1505
|
+
|
|
1506
1506
|
def initialize(total=nil, offset=nil, size=nil, havemore=nil, stations=nil, requestid=nil)
|
|
1507
1507
|
@Total = total
|
|
1508
1508
|
@Offset = offset
|
|
@@ -1535,7 +1535,7 @@ module TencentCloud
|
|
|
1535
1535
|
# @type RobotId: String
|
|
1536
1536
|
|
|
1537
1537
|
attr_accessor :RobotId
|
|
1538
|
-
|
|
1538
|
+
|
|
1539
1539
|
def initialize(robotid=nil)
|
|
1540
1540
|
@RobotId = robotid
|
|
1541
1541
|
end
|
|
@@ -1551,7 +1551,7 @@ module TencentCloud
|
|
|
1551
1551
|
# @type RequestId: String
|
|
1552
1552
|
|
|
1553
1553
|
attr_accessor :RequestId
|
|
1554
|
-
|
|
1554
|
+
|
|
1555
1555
|
def initialize(requestid=nil)
|
|
1556
1556
|
@RequestId = requestid
|
|
1557
1557
|
end
|
|
@@ -1571,7 +1571,7 @@ module TencentCloud
|
|
|
1571
1571
|
# @type Value: String
|
|
1572
1572
|
|
|
1573
1573
|
attr_accessor :Key, :Value
|
|
1574
|
-
|
|
1574
|
+
|
|
1575
1575
|
def initialize(key=nil, value=nil)
|
|
1576
1576
|
@Key = key
|
|
1577
1577
|
@Value = value
|
|
@@ -1601,7 +1601,7 @@ module TencentCloud
|
|
|
1601
1601
|
# @type Status: Integer
|
|
1602
1602
|
|
|
1603
1603
|
attr_accessor :ItemID, :DataInfo, :Album, :Artists, :Status
|
|
1604
|
-
|
|
1604
|
+
|
|
1605
1605
|
def initialize(itemid=nil, datainfo=nil, album=nil, artists=nil, status=nil)
|
|
1606
1606
|
@ItemID = itemid
|
|
1607
1607
|
@DataInfo = datainfo
|
|
@@ -1638,7 +1638,7 @@ module TencentCloud
|
|
|
1638
1638
|
# @type TRTCJoinRoomInput: :class:`Tencentcloud::Ame.v20190916.models.TRTCJoinRoomInput`
|
|
1639
1639
|
|
|
1640
1640
|
attr_accessor :TRTCJoinRoomInput
|
|
1641
|
-
|
|
1641
|
+
|
|
1642
1642
|
def initialize(trtcjoinroominput=nil)
|
|
1643
1643
|
@TRTCJoinRoomInput = trtcjoinroominput
|
|
1644
1644
|
end
|
|
@@ -1671,7 +1671,7 @@ module TencentCloud
|
|
|
1671
1671
|
# @type Duration: Integer
|
|
1672
1672
|
|
|
1673
1673
|
attr_accessor :MusicId, :Name, :SingerInfoSet, :SingerSet, :LyricistSet, :ComposerSet, :TagSet, :Duration
|
|
1674
|
-
|
|
1674
|
+
|
|
1675
1675
|
def initialize(musicid=nil, name=nil, singerinfoset=nil, singerset=nil, lyricistset=nil, composerset=nil, tagset=nil, duration=nil)
|
|
1676
1676
|
@MusicId = musicid
|
|
1677
1677
|
@Name = name
|
|
@@ -1715,7 +1715,7 @@ module TencentCloud
|
|
|
1715
1715
|
# @type Size: Integer
|
|
1716
1716
|
|
|
1717
1717
|
attr_accessor :Definition, :Bitrate, :Size
|
|
1718
|
-
|
|
1718
|
+
|
|
1719
1719
|
def initialize(definition=nil, bitrate=nil, size=nil)
|
|
1720
1720
|
@Definition = definition
|
|
1721
1721
|
@Bitrate = bitrate
|
|
@@ -1747,7 +1747,7 @@ module TencentCloud
|
|
|
1747
1747
|
# @type PreludeInterval: Integer
|
|
1748
1748
|
|
|
1749
1749
|
attr_accessor :KTVMusicBaseInfo, :PlayToken, :LyricsUrl, :DefinitionInfoSet, :MidiJsonUrl, :ChorusClipSet, :PreludeInterval
|
|
1750
|
-
|
|
1750
|
+
|
|
1751
1751
|
def initialize(ktvmusicbaseinfo=nil, playtoken=nil, lyricsurl=nil, definitioninfoset=nil, midijsonurl=nil, chorusclipset=nil, preludeinterval=nil)
|
|
1752
1752
|
@KTVMusicBaseInfo = ktvmusicbaseinfo
|
|
1753
1753
|
@PlayToken = playtoken
|
|
@@ -1796,7 +1796,7 @@ module TencentCloud
|
|
|
1796
1796
|
# @type TagSet: Array
|
|
1797
1797
|
|
|
1798
1798
|
attr_accessor :EnglishGroupName, :ChineseGroupName, :TagSet
|
|
1799
|
-
|
|
1799
|
+
|
|
1800
1800
|
def initialize(englishgroupname=nil, chinesegroupname=nil, tagset=nil)
|
|
1801
1801
|
@EnglishGroupName = englishgroupname
|
|
1802
1802
|
@ChineseGroupName = chinesegroupname
|
|
@@ -1825,7 +1825,7 @@ module TencentCloud
|
|
|
1825
1825
|
# @type TagName: String
|
|
1826
1826
|
|
|
1827
1827
|
attr_accessor :TagId, :TagName
|
|
1828
|
-
|
|
1828
|
+
|
|
1829
1829
|
def initialize(tagid=nil, tagname=nil)
|
|
1830
1830
|
@TagId = tagid
|
|
1831
1831
|
@TagName = tagname
|
|
@@ -1855,7 +1855,7 @@ module TencentCloud
|
|
|
1855
1855
|
# @type Duration: Integer
|
|
1856
1856
|
|
|
1857
1857
|
attr_accessor :MusicId, :Name, :SingerInfoSet, :LyricistSet, :ComposerSet, :TagSet, :Duration
|
|
1858
|
-
|
|
1858
|
+
|
|
1859
1859
|
def initialize(musicid=nil, name=nil, singerinfoset=nil, lyricistset=nil, composerset=nil, tagset=nil, duration=nil)
|
|
1860
1860
|
@MusicId = musicid
|
|
1861
1861
|
@Name = name
|
|
@@ -1896,7 +1896,7 @@ module TencentCloud
|
|
|
1896
1896
|
# @type MusicNum: Integer
|
|
1897
1897
|
|
|
1898
1898
|
attr_accessor :PlaylistId, :Title, :Description, :MusicNum
|
|
1899
|
-
|
|
1899
|
+
|
|
1900
1900
|
def initialize(playlistid=nil, title=nil, description=nil, musicnum=nil)
|
|
1901
1901
|
@PlaylistId = playlistid
|
|
1902
1902
|
@Title = title
|
|
@@ -1946,7 +1946,7 @@ module TencentCloud
|
|
|
1946
1946
|
# @type SetRealVolumeInput: :class:`Tencentcloud::Ame.v20190916.models.SetRealVolumeCommandInput`
|
|
1947
1947
|
|
|
1948
1948
|
attr_accessor :RobotId, :Status, :Playlists, :CurIndex, :Position, :SetAudioParamInput, :JoinRoomInput, :RTCSystem, :SetPlayModeInput, :SetVolumeInput, :SetRealVolumeInput
|
|
1949
|
-
|
|
1949
|
+
|
|
1950
1950
|
def initialize(robotid=nil, status=nil, playlists=nil, curindex=nil, position=nil, setaudioparaminput=nil, joinroominput=nil, rtcsystem=nil, setplaymodeinput=nil, setvolumeinput=nil, setrealvolumeinput=nil)
|
|
1951
1951
|
@RobotId = robotid
|
|
1952
1952
|
@Status = status
|
|
@@ -1999,7 +1999,7 @@ module TencentCloud
|
|
|
1999
1999
|
# @type Name: String
|
|
2000
2000
|
|
|
2001
2001
|
attr_accessor :SingerId, :Name
|
|
2002
|
-
|
|
2002
|
+
|
|
2003
2003
|
def initialize(singerid=nil, name=nil)
|
|
2004
2004
|
@SingerId = singerid
|
|
2005
2005
|
@Name = name
|
|
@@ -2019,7 +2019,7 @@ module TencentCloud
|
|
|
2019
2019
|
# @type EnglishName: String
|
|
2020
2020
|
|
|
2021
2021
|
attr_accessor :ChineseName, :EnglishName
|
|
2022
|
-
|
|
2022
|
+
|
|
2023
2023
|
def initialize(chinesename=nil, englishname=nil)
|
|
2024
2024
|
@ChineseName = chinesename
|
|
2025
2025
|
@EnglishName = englishname
|
|
@@ -2047,7 +2047,7 @@ module TencentCloud
|
|
|
2047
2047
|
# @type PlayCount: Integer
|
|
2048
2048
|
|
|
2049
2049
|
attr_accessor :SingerId, :Name, :Gender, :Area, :MusicCount, :PlayCount
|
|
2050
|
-
|
|
2050
|
+
|
|
2051
2051
|
def initialize(singerid=nil, name=nil, gender=nil, area=nil, musiccount=nil, playcount=nil)
|
|
2052
2052
|
@SingerId = singerid
|
|
2053
2053
|
@Name = name
|
|
@@ -2073,7 +2073,7 @@ module TencentCloud
|
|
|
2073
2073
|
# @type Suggestion: String
|
|
2074
2074
|
|
|
2075
2075
|
attr_accessor :Suggestion
|
|
2076
|
-
|
|
2076
|
+
|
|
2077
2077
|
def initialize(suggestion=nil)
|
|
2078
2078
|
@Suggestion = suggestion
|
|
2079
2079
|
end
|
|
@@ -2093,7 +2093,7 @@ module TencentCloud
|
|
|
2093
2093
|
# @type SubItemType: String
|
|
2094
2094
|
|
|
2095
2095
|
attr_accessor :Url, :FileNameExt, :SubItemType
|
|
2096
|
-
|
|
2096
|
+
|
|
2097
2097
|
def initialize(url=nil, filenameext=nil, subitemtype=nil)
|
|
2098
2098
|
@Url = url
|
|
2099
2099
|
@FileNameExt = filenameext
|
|
@@ -2115,7 +2115,7 @@ module TencentCloud
|
|
|
2115
2115
|
# @type AmeKey: String
|
|
2116
2116
|
|
|
2117
2117
|
attr_accessor :MusicDetailInfos, :AmeKey
|
|
2118
|
-
|
|
2118
|
+
|
|
2119
2119
|
def initialize(musicdetailinfos=nil, amekey=nil)
|
|
2120
2120
|
@MusicDetailInfos = musicdetailinfos
|
|
2121
2121
|
@AmeKey = amekey
|
|
@@ -2136,7 +2136,7 @@ module TencentCloud
|
|
|
2136
2136
|
# @type RequestId: String
|
|
2137
2137
|
|
|
2138
2138
|
attr_accessor :RequestId
|
|
2139
|
-
|
|
2139
|
+
|
|
2140
2140
|
def initialize(requestid=nil)
|
|
2141
2141
|
@RequestId = requestid
|
|
2142
2142
|
end
|
|
@@ -2165,7 +2165,7 @@ module TencentCloud
|
|
|
2165
2165
|
# @type FullUrl: String
|
|
2166
2166
|
|
|
2167
2167
|
attr_accessor :Url, :FileSize, :FileExtension, :AuditionBegin, :AuditionEnd, :FullUrl
|
|
2168
|
-
|
|
2168
|
+
|
|
2169
2169
|
def initialize(url=nil, filesize=nil, fileextension=nil, auditionbegin=nil, auditionend=nil, fullurl=nil)
|
|
2170
2170
|
@Url = url
|
|
2171
2171
|
@FileSize = filesize
|
|
@@ -2213,7 +2213,7 @@ module TencentCloud
|
|
|
2213
2213
|
# @type Channel: String
|
|
2214
2214
|
|
|
2215
2215
|
attr_accessor :MusicId, :AmeId, :Tags, :HitWords, :Bpm, :Score, :Scene, :Region, :AuthPeriod, :Commercialization, :Platform, :Channel
|
|
2216
|
-
|
|
2216
|
+
|
|
2217
2217
|
def initialize(musicid=nil, ameid=nil, tags=nil, hitwords=nil, bpm=nil, score=nil, scene=nil, region=nil, authperiod=nil, commercialization=nil, platform=nil, channel=nil)
|
|
2218
2218
|
@MusicId = musicid
|
|
2219
2219
|
@AmeId = ameid
|
|
@@ -2279,7 +2279,7 @@ module TencentCloud
|
|
|
2279
2279
|
# @type WaveformUrl: String
|
|
2280
2280
|
|
|
2281
2281
|
attr_accessor :MusicId, :AlbumName, :AlbumImageUrl, :MusicName, :MusicImageUrl, :Singers, :Duration, :Tags, :LyricUrl, :WaveformUrl
|
|
2282
|
-
|
|
2282
|
+
|
|
2283
2283
|
def initialize(musicid=nil, albumname=nil, albumimageurl=nil, musicname=nil, musicimageurl=nil, singers=nil, duration=nil, tags=nil, lyricurl=nil, waveformurl=nil)
|
|
2284
2284
|
@MusicId = musicid
|
|
2285
2285
|
@AlbumName = albumname
|
|
@@ -2315,7 +2315,7 @@ module TencentCloud
|
|
|
2315
2315
|
# @type SaleStatus: Integer
|
|
2316
2316
|
|
|
2317
2317
|
attr_accessor :MusicId, :SaleStatus
|
|
2318
|
-
|
|
2318
|
+
|
|
2319
2319
|
def initialize(musicid=nil, salestatus=nil)
|
|
2320
2320
|
@MusicId = musicid
|
|
2321
2321
|
@SaleStatus = salestatus
|
|
@@ -2339,7 +2339,7 @@ module TencentCloud
|
|
|
2339
2339
|
# @type OffTime: String
|
|
2340
2340
|
|
|
2341
2341
|
attr_accessor :ItemId, :MusicName, :OffRemark, :OffTime
|
|
2342
|
-
|
|
2342
|
+
|
|
2343
2343
|
def initialize(itemid=nil, musicname=nil, offremark=nil, offtime=nil)
|
|
2344
2344
|
@ItemId = itemid
|
|
2345
2345
|
@MusicName = musicname
|
|
@@ -2381,7 +2381,7 @@ module TencentCloud
|
|
|
2381
2381
|
# @type UseRanges: Array
|
|
2382
2382
|
|
|
2383
2383
|
attr_accessor :OrderId, :Name, :AuthorizedArea, :AuthorizedLimit, :TermOfValidity, :Commercial, :PackagePrice, :EffectTime, :ExpireTime, :UsedCount, :UseRanges
|
|
2384
|
-
|
|
2384
|
+
|
|
2385
2385
|
def initialize(orderid=nil, name=nil, authorizedarea=nil, authorizedlimit=nil, termofvalidity=nil, commercial=nil, packageprice=nil, effecttime=nil, expiretime=nil, usedcount=nil, useranges=nil)
|
|
2386
2386
|
@OrderId = orderid
|
|
2387
2387
|
@Name = name
|
|
@@ -2438,7 +2438,7 @@ module TencentCloud
|
|
|
2438
2438
|
# @type Tags: Array
|
|
2439
2439
|
|
|
2440
2440
|
attr_accessor :OrderId, :TrackName, :ItemID, :Img, :ArtistName, :Duration, :AuthorizedArea, :Tags
|
|
2441
|
-
|
|
2441
|
+
|
|
2442
2442
|
def initialize(orderid=nil, trackname=nil, itemid=nil, img=nil, artistname=nil, duration=nil, authorizedarea=nil, tags=nil)
|
|
2443
2443
|
@OrderId = orderid
|
|
2444
2444
|
@TrackName = trackname
|
|
@@ -2468,7 +2468,7 @@ module TencentCloud
|
|
|
2468
2468
|
# @type Index: Integer
|
|
2469
2469
|
|
|
2470
2470
|
attr_accessor :Index
|
|
2471
|
-
|
|
2471
|
+
|
|
2472
2472
|
def initialize(index=nil)
|
|
2473
2473
|
@Index = index
|
|
2474
2474
|
end
|
|
@@ -2484,7 +2484,7 @@ module TencentCloud
|
|
|
2484
2484
|
# @type MusicIds: Array
|
|
2485
2485
|
|
|
2486
2486
|
attr_accessor :MusicIds
|
|
2487
|
-
|
|
2487
|
+
|
|
2488
2488
|
def initialize(musicids=nil)
|
|
2489
2489
|
@MusicIds = musicids
|
|
2490
2490
|
end
|
|
@@ -2507,7 +2507,7 @@ module TencentCloud
|
|
|
2507
2507
|
# @type RequestId: String
|
|
2508
2508
|
|
|
2509
2509
|
attr_accessor :SuccessNum, :FailedNum, :FailedMusicIds, :RequestId
|
|
2510
|
-
|
|
2510
|
+
|
|
2511
2511
|
def initialize(successnum=nil, failednum=nil, failedmusicids=nil, requestid=nil)
|
|
2512
2512
|
@SuccessNum = successnum
|
|
2513
2513
|
@FailedNum = failednum
|
|
@@ -2541,7 +2541,7 @@ module TencentCloud
|
|
|
2541
2541
|
# @type ReportData: String
|
|
2542
2542
|
|
|
2543
2543
|
attr_accessor :ReportData
|
|
2544
|
-
|
|
2544
|
+
|
|
2545
2545
|
def initialize(reportdata=nil)
|
|
2546
2546
|
@ReportData = reportdata
|
|
2547
2547
|
end
|
|
@@ -2557,7 +2557,7 @@ module TencentCloud
|
|
|
2557
2557
|
# @type RequestId: String
|
|
2558
2558
|
|
|
2559
2559
|
attr_accessor :RequestId
|
|
2560
|
-
|
|
2560
|
+
|
|
2561
2561
|
def initialize(requestid=nil)
|
|
2562
2562
|
@RequestId = requestid
|
|
2563
2563
|
end
|
|
@@ -2586,7 +2586,7 @@ module TencentCloud
|
|
|
2586
2586
|
# @type TagIds: Array
|
|
2587
2587
|
|
|
2588
2588
|
attr_accessor :KeyWord, :Offset, :Limit, :Sort, :TagIds
|
|
2589
|
-
|
|
2589
|
+
|
|
2590
2590
|
def initialize(keyword=nil, offset=nil, limit=nil, sort=nil, tagids=nil)
|
|
2591
2591
|
@KeyWord = keyword
|
|
2592
2592
|
@Offset = offset
|
|
@@ -2617,7 +2617,7 @@ module TencentCloud
|
|
|
2617
2617
|
# @type RequestId: String
|
|
2618
2618
|
|
|
2619
2619
|
attr_accessor :TotalCount, :KTVMusicInfoSet, :RequestId
|
|
2620
|
-
|
|
2620
|
+
|
|
2621
2621
|
def initialize(totalcount=nil, ktvmusicinfoset=nil, requestid=nil)
|
|
2622
2622
|
@TotalCount = totalcount
|
|
2623
2623
|
@KTVMusicInfoSet = ktvmusicinfoset
|
|
@@ -2644,7 +2644,7 @@ module TencentCloud
|
|
|
2644
2644
|
# @type Position: Integer
|
|
2645
2645
|
|
|
2646
2646
|
attr_accessor :Position
|
|
2647
|
-
|
|
2647
|
+
|
|
2648
2648
|
def initialize(position=nil)
|
|
2649
2649
|
@Position = position
|
|
2650
2650
|
end
|
|
@@ -2662,7 +2662,7 @@ module TencentCloud
|
|
|
2662
2662
|
# @type Repeat: Integer
|
|
2663
2663
|
|
|
2664
2664
|
attr_accessor :Message, :Repeat
|
|
2665
|
-
|
|
2665
|
+
|
|
2666
2666
|
def initialize(message=nil, repeat=nil)
|
|
2667
2667
|
@Message = message
|
|
2668
2668
|
@Repeat = repeat
|
|
@@ -2687,7 +2687,7 @@ module TencentCloud
|
|
|
2687
2687
|
# @type Type: String
|
|
2688
2688
|
|
|
2689
2689
|
attr_accessor :Definition, :Type
|
|
2690
|
-
|
|
2690
|
+
|
|
2691
2691
|
def initialize(definition=nil, type=nil)
|
|
2692
2692
|
@Definition = definition
|
|
2693
2693
|
@Type = type
|
|
@@ -2710,7 +2710,7 @@ module TencentCloud
|
|
|
2710
2710
|
# @type DestroyExpireTime: Integer
|
|
2711
2711
|
|
|
2712
2712
|
attr_accessor :DestroyMode, :DestroyExpireTime
|
|
2713
|
-
|
|
2713
|
+
|
|
2714
2714
|
def initialize(destroymode=nil, destroyexpiretime=nil)
|
|
2715
2715
|
@DestroyMode = destroymode
|
|
2716
2716
|
@DestroyExpireTime = destroyexpiretime
|
|
@@ -2732,7 +2732,7 @@ module TencentCloud
|
|
|
2732
2732
|
# @type PlayMode: String
|
|
2733
2733
|
|
|
2734
2734
|
attr_accessor :PlayMode
|
|
2735
|
-
|
|
2735
|
+
|
|
2736
2736
|
def initialize(playmode=nil)
|
|
2737
2737
|
@PlayMode = playmode
|
|
2738
2738
|
end
|
|
@@ -2764,7 +2764,7 @@ module TencentCloud
|
|
|
2764
2764
|
# @type MusicURLs: Array
|
|
2765
2765
|
|
|
2766
2766
|
attr_accessor :Type, :Index, :ChangedIndex, :MusicIds, :MusicURLs
|
|
2767
|
-
|
|
2767
|
+
|
|
2768
2768
|
def initialize(type=nil, index=nil, changedindex=nil, musicids=nil, musicurls=nil)
|
|
2769
2769
|
@Type = type
|
|
2770
2770
|
@Index = index
|
|
@@ -2788,7 +2788,7 @@ module TencentCloud
|
|
|
2788
2788
|
# @type RealVolume: Integer
|
|
2789
2789
|
|
|
2790
2790
|
attr_accessor :RealVolume
|
|
2791
|
-
|
|
2791
|
+
|
|
2792
2792
|
def initialize(realvolume=nil)
|
|
2793
2793
|
@RealVolume = realvolume
|
|
2794
2794
|
end
|
|
@@ -2804,7 +2804,7 @@ module TencentCloud
|
|
|
2804
2804
|
# @type Volume: Integer
|
|
2805
2805
|
|
|
2806
2806
|
attr_accessor :Volume
|
|
2807
|
-
|
|
2807
|
+
|
|
2808
2808
|
def initialize(volume=nil)
|
|
2809
2809
|
@Volume = volume
|
|
2810
2810
|
end
|
|
@@ -2822,7 +2822,7 @@ module TencentCloud
|
|
|
2822
2822
|
# @type Order: String
|
|
2823
2823
|
|
|
2824
2824
|
attr_accessor :Field, :Order
|
|
2825
|
-
|
|
2825
|
+
|
|
2826
2826
|
def initialize(field=nil, order=nil)
|
|
2827
2827
|
@Field = field
|
|
2828
2828
|
@Order = order
|
|
@@ -2852,7 +2852,7 @@ module TencentCloud
|
|
|
2852
2852
|
# @type ImagePathMap: Array
|
|
2853
2853
|
|
|
2854
2854
|
attr_accessor :CategoryID, :CategoryCode, :Name, :Rank, :ImagePathMap
|
|
2855
|
-
|
|
2855
|
+
|
|
2856
2856
|
def initialize(categoryid=nil, categorycode=nil, name=nil, rank=nil, imagepathmap=nil)
|
|
2857
2857
|
@CategoryID = categoryid
|
|
2858
2858
|
@CategoryCode = categorycode
|
|
@@ -2916,7 +2916,7 @@ module TencentCloud
|
|
|
2916
2916
|
# @type SetRealVolumeCommandInput: :class:`Tencentcloud::Ame.v20190916.models.SetRealVolumeCommandInput`
|
|
2917
2917
|
|
|
2918
2918
|
attr_accessor :RobotId, :Command, :PlayCommandInput, :SetPlaylistCommandInput, :SeekCommandInput, :SetAudioParamCommandInput, :SendMessageCommandInput, :SetPlayModeCommandInput, :SetDestroyModeCommandInput, :SetVolumeCommandInput, :SetRealVolumeCommandInput
|
|
2919
|
-
|
|
2919
|
+
|
|
2920
2920
|
def initialize(robotid=nil, command=nil, playcommandinput=nil, setplaylistcommandinput=nil, seekcommandinput=nil, setaudioparamcommandinput=nil, sendmessagecommandinput=nil, setplaymodecommandinput=nil, setdestroymodecommandinput=nil, setvolumecommandinput=nil, setrealvolumecommandinput=nil)
|
|
2921
2921
|
@RobotId = robotid
|
|
2922
2922
|
@Command = command
|
|
@@ -2979,7 +2979,7 @@ module TencentCloud
|
|
|
2979
2979
|
# @type RequestId: String
|
|
2980
2980
|
|
|
2981
2981
|
attr_accessor :RequestId
|
|
2982
|
-
|
|
2982
|
+
|
|
2983
2983
|
def initialize(requestid=nil)
|
|
2984
2984
|
@RequestId = requestid
|
|
2985
2985
|
end
|
|
@@ -3026,7 +3026,7 @@ module TencentCloud
|
|
|
3026
3026
|
# @type SetRealVolumeCommandInput: :class:`Tencentcloud::Ame.v20190916.models.SetRealVolumeCommandInput`
|
|
3027
3027
|
|
|
3028
3028
|
attr_accessor :Command, :PlayCommandInput, :SetPlaylistCommandInput, :SeekCommandInput, :SetAudioParamCommandInput, :SendMessageCommandInput, :SetPlayModeCommandInput, :SetDestroyModeCommandInput, :SetVolumeCommandInput, :SetRealVolumeCommandInput
|
|
3029
|
-
|
|
3029
|
+
|
|
3030
3030
|
def initialize(command=nil, playcommandinput=nil, setplaylistcommandinput=nil, seekcommandinput=nil, setaudioparamcommandinput=nil, sendmessagecommandinput=nil, setplaymodecommandinput=nil, setdestroymodecommandinput=nil, setvolumecommandinput=nil, setrealvolumecommandinput=nil)
|
|
3031
3031
|
@Command = command
|
|
3032
3032
|
@PlayCommandInput = playcommandinput
|
|
@@ -3105,7 +3105,7 @@ module TencentCloud
|
|
|
3105
3105
|
# @type RoomIdType: String
|
|
3106
3106
|
|
|
3107
3107
|
attr_accessor :Sign, :RoomId, :SdkAppId, :UserId, :PrivateMapKey, :Role, :RoomIdType
|
|
3108
|
-
|
|
3108
|
+
|
|
3109
3109
|
def initialize(sign=nil, roomid=nil, sdkappid=nil, userid=nil, privatemapkey=nil, role=nil, roomidtype=nil)
|
|
3110
3110
|
@Sign = sign
|
|
3111
3111
|
@RoomId = roomid
|
|
@@ -3136,7 +3136,7 @@ module TencentCloud
|
|
|
3136
3136
|
# @type SaleStatus: String
|
|
3137
3137
|
|
|
3138
3138
|
attr_accessor :MusicIds, :SaleStatus
|
|
3139
|
-
|
|
3139
|
+
|
|
3140
3140
|
def initialize(musicids=nil, salestatus=nil)
|
|
3141
3141
|
@MusicIds = musicids
|
|
3142
3142
|
@SaleStatus = salestatus
|
|
@@ -3154,7 +3154,7 @@ module TencentCloud
|
|
|
3154
3154
|
# @type TakeMusicOffShelves: Array
|
|
3155
3155
|
|
|
3156
3156
|
attr_accessor :TakeMusicOffShelves
|
|
3157
|
-
|
|
3157
|
+
|
|
3158
3158
|
def initialize(takemusicoffshelves=nil)
|
|
3159
3159
|
@TakeMusicOffShelves = takemusicoffshelves
|
|
3160
3160
|
end
|
|
@@ -3184,7 +3184,7 @@ module TencentCloud
|
|
|
3184
3184
|
# @type RequestId: String
|
|
3185
3185
|
|
|
3186
3186
|
attr_accessor :SuccessNum, :FailedNum, :FailedMusicIds, :RequestId
|
|
3187
|
-
|
|
3187
|
+
|
|
3188
3188
|
def initialize(successnum=nil, failednum=nil, failedmusicids=nil, requestid=nil)
|
|
3189
3189
|
@SuccessNum = successnum
|
|
3190
3190
|
@FailedNum = failednum
|
|
@@ -3210,7 +3210,7 @@ module TencentCloud
|
|
|
3210
3210
|
# @type After: String
|
|
3211
3211
|
|
|
3212
3212
|
attr_accessor :Before, :After
|
|
3213
|
-
|
|
3213
|
+
|
|
3214
3214
|
def initialize(before=nil, after=nil)
|
|
3215
3215
|
@Before = before
|
|
3216
3216
|
@After = after
|
|
@@ -3230,7 +3230,7 @@ module TencentCloud
|
|
|
3230
3230
|
# @type Name: String
|
|
3231
3231
|
|
|
3232
3232
|
attr_accessor :UseRangeId, :Name
|
|
3233
|
-
|
|
3233
|
+
|
|
3234
3234
|
def initialize(userangeid=nil, name=nil)
|
|
3235
3235
|
@UseRangeId = userangeid
|
|
3236
3236
|
@Name = name
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-ame
|
|
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
|