tencentcloud-sdk-cme 3.0.590 → 3.0.591

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20191029/models.rb +205 -205
  4. metadata +2 -2
@@ -31,7 +31,7 @@ module TencentCloud
31
31
  # @type Status: String
32
32
 
33
33
  attr_accessor :UserId, :Phone, :Nick, :Status
34
-
34
+
35
35
  def initialize(userid=nil, phone=nil, nick=nil, status=nil)
36
36
  @UserId = userid
37
37
  @Phone = phone
@@ -59,7 +59,7 @@ module TencentCloud
59
59
  # @type Role: String
60
60
 
61
61
  attr_accessor :MemberId, :Remark, :Role
62
-
62
+
63
63
  def initialize(memberid=nil, remark=nil, role=nil)
64
64
  @MemberId = memberid
65
65
  @Remark = remark
@@ -85,7 +85,7 @@ module TencentCloud
85
85
  # @type Operator: String
86
86
 
87
87
  attr_accessor :Platform, :TeamId, :TeamMembers, :Operator
88
-
88
+
89
89
  def initialize(platform=nil, teamid=nil, teammembers=nil, operator=nil)
90
90
  @Platform = platform
91
91
  @TeamId = teamid
@@ -114,7 +114,7 @@ module TencentCloud
114
114
  # @type RequestId: String
115
115
 
116
116
  attr_accessor :RequestId
117
-
117
+
118
118
  def initialize(requestid=nil)
119
119
  @RequestId = requestid
120
120
  end
@@ -141,7 +141,7 @@ module TencentCloud
141
141
  # @type VodFileId: String
142
142
 
143
143
  attr_accessor :MetaData, :MaterialUrl, :CoverUrl, :MaterialStatus, :OriginalUrl, :VodFileId
144
-
144
+
145
145
  def initialize(metadata=nil, materialurl=nil, coverurl=nil, materialstatus=nil, originalurl=nil, vodfileid=nil)
146
146
  @MetaData = metadata
147
147
  @MaterialUrl = materialurl
@@ -177,7 +177,7 @@ module TencentCloud
177
177
  # @type Codec: String
178
178
 
179
179
  attr_accessor :Bitrate, :SamplingRate, :Codec
180
-
180
+
181
181
  def initialize(bitrate=nil, samplingrate=nil, codec=nil)
182
182
  @Bitrate = bitrate
183
183
  @SamplingRate = samplingrate
@@ -217,7 +217,7 @@ module TencentCloud
217
217
  # @type Duration: Float
218
218
 
219
219
  attr_accessor :SourceType, :SourceMedia, :SourceMediaStartTime, :Duration
220
-
220
+
221
221
  def initialize(sourcetype=nil, sourcemedia=nil, sourcemediastarttime=nil, duration=nil)
222
222
  @SourceType = sourcetype
223
223
  @SourceMedia = sourcemedia
@@ -245,7 +245,7 @@ module TencentCloud
245
245
  # @type PermissionSet: Array
246
246
 
247
247
  attr_accessor :Authorizee, :PermissionSet
248
-
248
+
249
249
  def initialize(authorizee=nil, permissionset=nil)
250
250
  @Authorizee = authorizee
251
251
  @PermissionSet = permissionset
@@ -270,7 +270,7 @@ module TencentCloud
270
270
  # @type Id: String
271
271
 
272
272
  attr_accessor :Type, :Id
273
-
273
+
274
274
  def initialize(type=nil, id=nil)
275
275
  @Type = type
276
276
  @Id = id
@@ -298,7 +298,7 @@ module TencentCloud
298
298
  # @type ThirdPartyPublishInfos: Array
299
299
 
300
300
  attr_accessor :Owner, :Name, :Description, :ClassPath, :TagSet, :ThirdPartyPublishInfos
301
-
301
+
302
302
  def initialize(owner=nil, name=nil, description=nil, classpath=nil, tagset=nil, thirdpartypublishinfos=nil)
303
303
  @Owner = owner
304
304
  @Name = name
@@ -336,7 +336,7 @@ module TencentCloud
336
336
  # @type ClassPath: String
337
337
 
338
338
  attr_accessor :Owner, :ClassPath
339
-
339
+
340
340
  def initialize(owner=nil, classpath=nil)
341
341
  @Owner = owner
342
342
  @ClassPath = classpath
@@ -359,7 +359,7 @@ module TencentCloud
359
359
  # @type ClassPathSet: Array
360
360
 
361
361
  attr_accessor :Owner, :ClassPathSet
362
-
362
+
363
363
  def initialize(owner=nil, classpathset=nil)
364
364
  @Owner = owner
365
365
  @ClassPathSet = classpathset
@@ -382,7 +382,7 @@ module TencentCloud
382
382
  # @type ClassPath: String
383
383
 
384
384
  attr_accessor :Owner, :ClassPath
385
-
385
+
386
386
  def initialize(owner=nil, classpath=nil)
387
387
  @Owner = owner
388
388
  @ClassPath = classpath
@@ -409,7 +409,7 @@ module TencentCloud
409
409
  # @type DestinationClassPath: String
410
410
 
411
411
  attr_accessor :SourceOwner, :SourceClassPathSet, :DestinationOwner, :DestinationClassPath
412
-
412
+
413
413
  def initialize(sourceowner=nil, sourceclasspathset=nil, destinationowner=nil, destinationclasspath=nil)
414
414
  @SourceOwner = sourceowner
415
415
  @SourceClassPathSet = sourceclasspathset
@@ -445,7 +445,7 @@ module TencentCloud
445
445
  # @type Operator: String
446
446
 
447
447
  attr_accessor :Platform, :ProjectId, :Name, :Owner, :Operator
448
-
448
+
449
449
  def initialize(platform=nil, projectid=nil, name=nil, owner=nil, operator=nil)
450
450
  @Platform = platform
451
451
  @ProjectId = projectid
@@ -474,7 +474,7 @@ module TencentCloud
474
474
  # @type RequestId: String
475
475
 
476
476
  attr_accessor :ProjectId, :RequestId
477
-
477
+
478
478
  def initialize(projectid=nil, requestid=nil)
479
479
  @ProjectId = projectid
480
480
  @RequestId = requestid
@@ -498,7 +498,7 @@ module TencentCloud
498
498
  # @type CoverKey: String
499
499
 
500
500
  attr_accessor :Bucket, :Region, :VideoKey, :CoverKey
501
-
501
+
502
502
  def initialize(bucket=nil, region=nil, videokey=nil, coverkey=nil)
503
503
  @Bucket = bucket
504
504
  @Region = region
@@ -526,7 +526,7 @@ module TencentCloud
526
526
  # @type Operator: String
527
527
 
528
528
  attr_accessor :Platform, :Owner, :ClassPath, :Operator
529
-
529
+
530
530
  def initialize(platform=nil, owner=nil, classpath=nil, operator=nil)
531
531
  @Platform = platform
532
532
  @Owner = owner
@@ -551,7 +551,7 @@ module TencentCloud
551
551
  # @type RequestId: String
552
552
 
553
553
  attr_accessor :RequestId
554
-
554
+
555
555
  def initialize(requestid=nil)
556
556
  @RequestId = requestid
557
557
  end
@@ -585,7 +585,7 @@ module TencentCloud
585
585
  # @type Operator: String
586
586
 
587
587
  attr_accessor :Platform, :Type, :Name, :Owner, :DestinationId, :DestinationOwner, :ClassPath, :Operator
588
-
588
+
589
589
  def initialize(platform=nil, type=nil, name=nil, owner=nil, destinationid=nil, destinationowner=nil, classpath=nil, operator=nil)
590
590
  @Platform = platform
591
591
  @Type = type
@@ -623,7 +623,7 @@ module TencentCloud
623
623
  # @type RequestId: String
624
624
 
625
625
  attr_accessor :MaterialId, :RequestId
626
-
626
+
627
627
  def initialize(materialid=nil, requestid=nil)
628
628
  @MaterialId = materialid
629
629
  @RequestId = requestid
@@ -681,7 +681,7 @@ module TencentCloud
681
681
  # @type MediaCastProjectInput: :class:`Tencentcloud::Cme.v20191029.models.MediaCastProjectInput`
682
682
 
683
683
  attr_accessor :Platform, :Name, :Owner, :Category, :Mode, :AspectRatio, :Description, :SwitcherProjectInput, :LiveStreamClipProjectInput, :VideoEditProjectInput, :VideoSegmentationProjectInput, :StreamConnectProjectInput, :RecordReplayProjectInput, :MediaCastProjectInput
684
-
684
+
685
685
  def initialize(platform=nil, name=nil, owner=nil, category=nil, mode=nil, aspectratio=nil, description=nil, switcherprojectinput=nil, livestreamclipprojectinput=nil, videoeditprojectinput=nil, videosegmentationprojectinput=nil, streamconnectprojectinput=nil, recordreplayprojectinput=nil, mediacastprojectinput=nil)
686
686
  @Platform = platform
687
687
  @Name = name
@@ -751,7 +751,7 @@ module TencentCloud
751
751
  # @type RequestId: String
752
752
 
753
753
  attr_accessor :ProjectId, :RtmpPushInputInfoSet, :RequestId
754
-
754
+
755
755
  def initialize(projectid=nil, rtmppushinputinfoset=nil, requestid=nil)
756
756
  @ProjectId = projectid
757
757
  @RtmpPushInputInfoSet = rtmppushinputinfoset
@@ -786,7 +786,7 @@ module TencentCloud
786
786
  # @type TeamId: String
787
787
 
788
788
  attr_accessor :Platform, :Name, :OwnerId, :OwnerRemark, :TeamId
789
-
789
+
790
790
  def initialize(platform=nil, name=nil, ownerid=nil, ownerremark=nil, teamid=nil)
791
791
  @Platform = platform
792
792
  @Name = name
@@ -812,7 +812,7 @@ module TencentCloud
812
812
  # @type RequestId: String
813
813
 
814
814
  attr_accessor :TeamId, :RequestId
815
-
815
+
816
816
  def initialize(teamid=nil, requestid=nil)
817
817
  @TeamId = teamid
818
818
  @RequestId = requestid
@@ -851,7 +851,7 @@ module TencentCloud
851
851
  # @type AudioSetting: :class:`Tencentcloud::Cme.v20191029.models.VideoEncodingPresetAudioSetting`
852
852
 
853
853
  attr_accessor :Platform, :Name, :Container, :RemoveVideo, :RemoveAudio, :VideoSetting, :AudioSetting
854
-
854
+
855
855
  def initialize(platform=nil, name=nil, container=nil, removevideo=nil, removeaudio=nil, videosetting=nil, audiosetting=nil)
856
856
  @Platform = platform
857
857
  @Name = name
@@ -887,7 +887,7 @@ module TencentCloud
887
887
  # @type RequestId: String
888
888
 
889
889
  attr_accessor :Id, :RequestId
890
-
890
+
891
891
  def initialize(id=nil, requestid=nil)
892
892
  @Id = id
893
893
  @RequestId = requestid
@@ -911,7 +911,7 @@ module TencentCloud
911
911
  # @type Operator: String
912
912
 
913
913
  attr_accessor :Platform, :Owner, :ClassPath, :Operator
914
-
914
+
915
915
  def initialize(platform=nil, owner=nil, classpath=nil, operator=nil)
916
916
  @Platform = platform
917
917
  @Owner = owner
@@ -936,7 +936,7 @@ module TencentCloud
936
936
  # @type RequestId: String
937
937
 
938
938
  attr_accessor :RequestId
939
-
939
+
940
940
  def initialize(requestid=nil)
941
941
  @RequestId = requestid
942
942
  end
@@ -954,7 +954,7 @@ module TencentCloud
954
954
  # @type UserIds: Array
955
955
 
956
956
  attr_accessor :Platform, :UserIds
957
-
957
+
958
958
  def initialize(platform=nil, userids=nil)
959
959
  @Platform = platform
960
960
  @UserIds = userids
@@ -972,7 +972,7 @@ module TencentCloud
972
972
  # @type RequestId: String
973
973
 
974
974
  attr_accessor :RequestId
975
-
975
+
976
976
  def initialize(requestid=nil)
977
977
  @RequestId = requestid
978
978
  end
@@ -992,7 +992,7 @@ module TencentCloud
992
992
  # @type Operator: String
993
993
 
994
994
  attr_accessor :Platform, :MaterialId, :Operator
995
-
995
+
996
996
  def initialize(platform=nil, materialid=nil, operator=nil)
997
997
  @Platform = platform
998
998
  @MaterialId = materialid
@@ -1012,7 +1012,7 @@ module TencentCloud
1012
1012
  # @type RequestId: String
1013
1013
 
1014
1014
  attr_accessor :RequestId
1015
-
1015
+
1016
1016
  def initialize(requestid=nil)
1017
1017
  @RequestId = requestid
1018
1018
  end
@@ -1032,7 +1032,7 @@ module TencentCloud
1032
1032
  # @type Operator: String
1033
1033
 
1034
1034
  attr_accessor :Platform, :ProjectId, :Operator
1035
-
1035
+
1036
1036
  def initialize(platform=nil, projectid=nil, operator=nil)
1037
1037
  @Platform = platform
1038
1038
  @ProjectId = projectid
@@ -1052,7 +1052,7 @@ module TencentCloud
1052
1052
  # @type RequestId: String
1053
1053
 
1054
1054
  attr_accessor :RequestId
1055
-
1055
+
1056
1056
  def initialize(requestid=nil)
1057
1057
  @RequestId = requestid
1058
1058
  end
@@ -1074,7 +1074,7 @@ module TencentCloud
1074
1074
  # @type Operator: String
1075
1075
 
1076
1076
  attr_accessor :Platform, :TeamId, :MemberIds, :Operator
1077
-
1077
+
1078
1078
  def initialize(platform=nil, teamid=nil, memberids=nil, operator=nil)
1079
1079
  @Platform = platform
1080
1080
  @TeamId = teamid
@@ -1096,7 +1096,7 @@ module TencentCloud
1096
1096
  # @type RequestId: String
1097
1097
 
1098
1098
  attr_accessor :RequestId
1099
-
1099
+
1100
1100
  def initialize(requestid=nil)
1101
1101
  @RequestId = requestid
1102
1102
  end
@@ -1116,7 +1116,7 @@ module TencentCloud
1116
1116
  # @type Operator: String
1117
1117
 
1118
1118
  attr_accessor :Platform, :TeamId, :Operator
1119
-
1119
+
1120
1120
  def initialize(platform=nil, teamid=nil, operator=nil)
1121
1121
  @Platform = platform
1122
1122
  @TeamId = teamid
@@ -1136,7 +1136,7 @@ module TencentCloud
1136
1136
  # @type RequestId: String
1137
1137
 
1138
1138
  attr_accessor :RequestId
1139
-
1139
+
1140
1140
  def initialize(requestid=nil)
1141
1141
  @RequestId = requestid
1142
1142
  end
@@ -1154,7 +1154,7 @@ module TencentCloud
1154
1154
  # @type Id: Integer
1155
1155
 
1156
1156
  attr_accessor :Platform, :Id
1157
-
1157
+
1158
1158
  def initialize(platform=nil, id=nil)
1159
1159
  @Platform = platform
1160
1160
  @Id = id
@@ -1172,7 +1172,7 @@ module TencentCloud
1172
1172
  # @type RequestId: String
1173
1173
 
1174
1174
  attr_accessor :RequestId
1175
-
1175
+
1176
1176
  def initialize(requestid=nil)
1177
1177
  @RequestId = requestid
1178
1178
  end
@@ -1194,7 +1194,7 @@ module TencentCloud
1194
1194
  # @type Limit: Integer
1195
1195
 
1196
1196
  attr_accessor :Platform, :Phone, :Offset, :Limit
1197
-
1197
+
1198
1198
  def initialize(platform=nil, phone=nil, offset=nil, limit=nil)
1199
1199
  @Platform = platform
1200
1200
  @Phone = phone
@@ -1220,7 +1220,7 @@ module TencentCloud
1220
1220
  # @type RequestId: String
1221
1221
 
1222
1222
  attr_accessor :TotalCount, :AccountInfoSet, :RequestId
1223
-
1223
+
1224
1224
  def initialize(totalcount=nil, accountinfoset=nil, requestid=nil)
1225
1225
  @TotalCount = totalcount
1226
1226
  @AccountInfoSet = accountinfoset
@@ -1251,7 +1251,7 @@ module TencentCloud
1251
1251
  # @type Operator: String
1252
1252
 
1253
1253
  attr_accessor :Platform, :Owner, :Operator
1254
-
1254
+
1255
1255
  def initialize(platform=nil, owner=nil, operator=nil)
1256
1256
  @Platform = platform
1257
1257
  @Owner = owner
@@ -1276,7 +1276,7 @@ module TencentCloud
1276
1276
  # @type RequestId: String
1277
1277
 
1278
1278
  attr_accessor :ClassInfoSet, :RequestId
1279
-
1279
+
1280
1280
  def initialize(classinfoset=nil, requestid=nil)
1281
1281
  @ClassInfoSet = classinfoset
1282
1282
  @RequestId = requestid
@@ -1307,7 +1307,7 @@ module TencentCloud
1307
1307
  # @type Limit: Integer
1308
1308
 
1309
1309
  attr_accessor :Platform, :MemberId, :Offset, :Limit
1310
-
1310
+
1311
1311
  def initialize(platform=nil, memberid=nil, offset=nil, limit=nil)
1312
1312
  @Platform = platform
1313
1313
  @MemberId = memberid
@@ -1333,7 +1333,7 @@ module TencentCloud
1333
1333
  # @type RequestId: String
1334
1334
 
1335
1335
  attr_accessor :TotalCount, :TeamSet, :RequestId
1336
-
1336
+
1337
1337
  def initialize(totalcount=nil, teamset=nil, requestid=nil)
1338
1338
  @TotalCount = totalcount
1339
1339
  @TeamSet = teamset
@@ -1362,7 +1362,7 @@ module TencentCloud
1362
1362
  # @type UserIds: Array
1363
1363
 
1364
1364
  attr_accessor :Platform, :UserIds
1365
-
1365
+
1366
1366
  def initialize(platform=nil, userids=nil)
1367
1367
  @Platform = platform
1368
1368
  @UserIds = userids
@@ -1382,7 +1382,7 @@ module TencentCloud
1382
1382
  # @type RequestId: String
1383
1383
 
1384
1384
  attr_accessor :LoginStatusInfoSet, :RequestId
1385
-
1385
+
1386
1386
  def initialize(loginstatusinfoset=nil, requestid=nil)
1387
1387
  @LoginStatusInfoSet = loginstatusinfoset
1388
1388
  @RequestId = requestid
@@ -1415,7 +1415,7 @@ module TencentCloud
1415
1415
  # @type Operator: String
1416
1416
 
1417
1417
  attr_accessor :Platform, :MaterialIds, :Sort, :Operator
1418
-
1418
+
1419
1419
  def initialize(platform=nil, materialids=nil, sort=nil, operator=nil)
1420
1420
  @Platform = platform
1421
1421
  @MaterialIds = materialids
@@ -1442,7 +1442,7 @@ module TencentCloud
1442
1442
  # @type RequestId: String
1443
1443
 
1444
1444
  attr_accessor :MaterialInfoSet, :RequestId
1445
-
1445
+
1446
1446
  def initialize(materialinfoset=nil, requestid=nil)
1447
1447
  @MaterialInfoSet = materialinfoset
1448
1448
  @RequestId = requestid
@@ -1473,7 +1473,7 @@ module TencentCloud
1473
1473
  # @type Limit: Integer
1474
1474
 
1475
1475
  attr_accessor :Platforms, :LicenseIds, :Offset, :Limit
1476
-
1476
+
1477
1477
  def initialize(platforms=nil, licenseids=nil, offset=nil, limit=nil)
1478
1478
  @Platforms = platforms
1479
1479
  @LicenseIds = licenseids
@@ -1499,7 +1499,7 @@ module TencentCloud
1499
1499
  # @type RequestId: String
1500
1500
 
1501
1501
  attr_accessor :TotalCount, :PlatformInfoSet, :RequestId
1502
-
1502
+
1503
1503
  def initialize(totalcount=nil, platforminfoset=nil, requestid=nil)
1504
1504
  @TotalCount = totalcount
1505
1505
  @PlatformInfoSet = platforminfoset
@@ -1561,7 +1561,7 @@ module TencentCloud
1561
1561
  # @type Operator: String
1562
1562
 
1563
1563
  attr_accessor :Platform, :ProjectIds, :AspectRatioSet, :CategorySet, :Modes, :Sort, :Owner, :Offset, :Limit, :Operator
1564
-
1564
+
1565
1565
  def initialize(platform=nil, projectids=nil, aspectratioset=nil, categoryset=nil, modes=nil, sort=nil, owner=nil, offset=nil, limit=nil, operator=nil)
1566
1566
  @Platform = platform
1567
1567
  @ProjectIds = projectids
@@ -1605,7 +1605,7 @@ module TencentCloud
1605
1605
  # @type RequestId: String
1606
1606
 
1607
1607
  attr_accessor :TotalCount, :ProjectInfoSet, :RequestId
1608
-
1608
+
1609
1609
  def initialize(totalcount=nil, projectinfoset=nil, requestid=nil)
1610
1610
  @TotalCount = totalcount
1611
1611
  @ProjectInfoSet = projectinfoset
@@ -1638,7 +1638,7 @@ module TencentCloud
1638
1638
  # @type Operator: String
1639
1639
 
1640
1640
  attr_accessor :Platform, :Owner, :Resource, :Operator
1641
-
1641
+
1642
1642
  def initialize(platform=nil, owner=nil, resource=nil, operator=nil)
1643
1643
  @Platform = platform
1644
1644
  @Owner = owner
@@ -1671,7 +1671,7 @@ module TencentCloud
1671
1671
  # @type RequestId: String
1672
1672
 
1673
1673
  attr_accessor :TotalCount, :AuthorizationInfoSet, :RequestId
1674
-
1674
+
1675
1675
  def initialize(totalcount=nil, authorizationinfoset=nil, requestid=nil)
1676
1676
  @TotalCount = totalcount
1677
1677
  @AuthorizationInfoSet = authorizationinfoset
@@ -1702,7 +1702,7 @@ module TencentCloud
1702
1702
  # @type Operator: String
1703
1703
 
1704
1704
  attr_accessor :Platform, :Authorizee, :Operator
1705
-
1705
+
1706
1706
  def initialize(platform=nil, authorizee=nil, operator=nil)
1707
1707
  @Platform = platform
1708
1708
  @Authorizee = authorizee
@@ -1729,7 +1729,7 @@ module TencentCloud
1729
1729
  # @type RequestId: String
1730
1730
 
1731
1731
  attr_accessor :TotalCount, :AuthorizerSet, :RequestId
1732
-
1732
+
1733
1733
  def initialize(totalcount=nil, authorizerset=nil, requestid=nil)
1734
1734
  @TotalCount = totalcount
1735
1735
  @AuthorizerSet = authorizerset
@@ -1760,7 +1760,7 @@ module TencentCloud
1760
1760
  # @type Operator: String
1761
1761
 
1762
1762
  attr_accessor :Platform, :TaskId, :Operator
1763
-
1763
+
1764
1764
  def initialize(platform=nil, taskid=nil, operator=nil)
1765
1765
  @Platform = platform
1766
1766
  @TaskId = taskid
@@ -1801,7 +1801,7 @@ module TencentCloud
1801
1801
  # @type RequestId: String
1802
1802
 
1803
1803
  attr_accessor :Status, :Progress, :ErrCode, :ErrMsg, :TaskType, :VideoEditProjectOutput, :CreateTime, :RequestId
1804
-
1804
+
1805
1805
  def initialize(status=nil, progress=nil, errcode=nil, errmsg=nil, tasktype=nil, videoeditprojectoutput=nil, createtime=nil, requestid=nil)
1806
1806
  @Status = status
1807
1807
  @Progress = progress
@@ -1854,7 +1854,7 @@ module TencentCloud
1854
1854
  # @type Operator: String
1855
1855
 
1856
1856
  attr_accessor :Platform, :ProjectId, :TaskTypeSet, :StatusSet, :Offset, :Limit, :Operator
1857
-
1857
+
1858
1858
  def initialize(platform=nil, projectid=nil, tasktypeset=nil, statusset=nil, offset=nil, limit=nil, operator=nil)
1859
1859
  @Platform = platform
1860
1860
  @ProjectId = projectid
@@ -1886,7 +1886,7 @@ module TencentCloud
1886
1886
  # @type RequestId: String
1887
1887
 
1888
1888
  attr_accessor :TotalCount, :TaskBaseInfoSet, :RequestId
1889
-
1889
+
1890
1890
  def initialize(totalcount=nil, taskbaseinfoset=nil, requestid=nil)
1891
1891
  @TotalCount = totalcount
1892
1892
  @TaskBaseInfoSet = taskbaseinfoset
@@ -1923,7 +1923,7 @@ module TencentCloud
1923
1923
  # @type Operator: String
1924
1924
 
1925
1925
  attr_accessor :Platform, :TeamId, :MemberIds, :Offset, :Limit, :Operator
1926
-
1926
+
1927
1927
  def initialize(platform=nil, teamid=nil, memberids=nil, offset=nil, limit=nil, operator=nil)
1928
1928
  @Platform = platform
1929
1929
  @TeamId = teamid
@@ -1953,7 +1953,7 @@ module TencentCloud
1953
1953
  # @type RequestId: String
1954
1954
 
1955
1955
  attr_accessor :TotalCount, :MemberSet, :RequestId
1956
-
1956
+
1957
1957
  def initialize(totalcount=nil, memberset=nil, requestid=nil)
1958
1958
  @TotalCount = totalcount
1959
1959
  @MemberSet = memberset
@@ -1986,7 +1986,7 @@ module TencentCloud
1986
1986
  # @type Limit: Integer
1987
1987
 
1988
1988
  attr_accessor :Platform, :TeamIds, :Offset, :Limit
1989
-
1989
+
1990
1990
  def initialize(platform=nil, teamids=nil, offset=nil, limit=nil)
1991
1991
  @Platform = platform
1992
1992
  @TeamIds = teamids
@@ -2012,7 +2012,7 @@ module TencentCloud
2012
2012
  # @type RequestId: String
2013
2013
 
2014
2014
  attr_accessor :TotalCount, :TeamSet, :RequestId
2015
-
2015
+
2016
2016
  def initialize(totalcount=nil, teamset=nil, requestid=nil)
2017
2017
  @TotalCount = totalcount
2018
2018
  @TeamSet = teamset
@@ -2045,7 +2045,7 @@ module TencentCloud
2045
2045
  # @type Offset: Integer
2046
2046
 
2047
2047
  attr_accessor :Platform, :Ids, :Limit, :Offset
2048
-
2048
+
2049
2049
  def initialize(platform=nil, ids=nil, limit=nil, offset=nil)
2050
2050
  @Platform = platform
2051
2051
  @Ids = ids
@@ -2071,7 +2071,7 @@ module TencentCloud
2071
2071
  # @type RequestId: String
2072
2072
 
2073
2073
  attr_accessor :TotalCount, :VideoEncodingPresetSet, :RequestId
2074
-
2074
+
2075
2075
  def initialize(totalcount=nil, videoencodingpresetset=nil, requestid=nil)
2076
2076
  @TotalCount = totalcount
2077
2077
  @VideoEncodingPresetSet = videoencodingpresetset
@@ -2098,7 +2098,7 @@ module TencentCloud
2098
2098
  # @type Duration: Float
2099
2099
 
2100
2100
  attr_accessor :Duration
2101
-
2101
+
2102
2102
  def initialize(duration=nil)
2103
2103
  @Duration = duration
2104
2104
  end
@@ -2118,7 +2118,7 @@ module TencentCloud
2118
2118
  # @type Id: String
2119
2119
 
2120
2120
  attr_accessor :Type, :Id
2121
-
2121
+
2122
2122
  def initialize(type=nil, id=nil)
2123
2123
  @Type = type
2124
2124
  @Id = id
@@ -2188,7 +2188,7 @@ module TencentCloud
2188
2188
  # @type ProjectMediaCastStatusChangedEvent: :class:`Tencentcloud::Cme.v20191029.models.ProjectMediaCastStatusChangedEvent`
2189
2189
 
2190
2190
  attr_accessor :EventType, :Operator, :StorageNewFileCreatedEvent, :ProjectStreamConnectStatusChangedEvent, :ProjectSwitcherStatusChangedEvent, :MaterialImportedEvent, :MaterialAddedEvent, :MaterialMovedEvent, :MaterialModifiedEvent, :MaterialDeletedEvent, :ClassCreatedEvent, :ClassMovedEvent, :ClassDeletedEvent, :VideoExportCompletedEvent, :ProjectMediaCastStatusChangedEvent
2191
-
2191
+
2192
2192
  def initialize(eventtype=nil, operator=nil, storagenewfilecreatedevent=nil, projectstreamconnectstatuschangedevent=nil, projectswitcherstatuschangedevent=nil, materialimportedevent=nil, materialaddedevent=nil, materialmovedevent=nil, materialmodifiedevent=nil, materialdeletedevent=nil, classcreatedevent=nil, classmovedevent=nil, classdeletedevent=nil, videoexportcompletedevent=nil, projectmediacaststatuschangedevent=nil)
2193
2193
  @EventType = eventtype
2194
2194
  @Operator = operator
@@ -2294,7 +2294,7 @@ module TencentCloud
2294
2294
  # @type Operator: String
2295
2295
 
2296
2296
  attr_accessor :Platform, :Definition, :ExportDestination, :TrackData, :AspectRatio, :CoverData, :CMEExportInfo, :VODExportInfo, :Operator
2297
-
2297
+
2298
2298
  def initialize(platform=nil, definition=nil, exportdestination=nil, trackdata=nil, aspectratio=nil, coverdata=nil, cmeexportinfo=nil, vodexportinfo=nil, operator=nil)
2299
2299
  @Platform = platform
2300
2300
  @Definition = definition
@@ -2334,7 +2334,7 @@ module TencentCloud
2334
2334
  # @type RequestId: String
2335
2335
 
2336
2336
  attr_accessor :TaskId, :RequestId
2337
-
2337
+
2338
2338
  def initialize(taskid=nil, requestid=nil)
2339
2339
  @TaskId = taskid
2340
2340
  @RequestId = requestid
@@ -2371,7 +2371,7 @@ module TencentCloud
2371
2371
  # @type Operator: String
2372
2372
 
2373
2373
  attr_accessor :Platform, :TemplateId, :Definition, :ExportDestination, :SlotReplacements, :CMEExportInfo, :VODExportInfo, :Operator
2374
-
2374
+
2375
2375
  def initialize(platform=nil, templateid=nil, definition=nil, exportdestination=nil, slotreplacements=nil, cmeexportinfo=nil, vodexportinfo=nil, operator=nil)
2376
2376
  @Platform = platform
2377
2377
  @TemplateId = templateid
@@ -2416,7 +2416,7 @@ module TencentCloud
2416
2416
  # @type RequestId: String
2417
2417
 
2418
2418
  attr_accessor :TaskId, :RequestId
2419
-
2419
+
2420
2420
  def initialize(taskid=nil, requestid=nil)
2421
2421
  @TaskId = taskid
2422
2422
  @RequestId = requestid
@@ -2455,7 +2455,7 @@ module TencentCloud
2455
2455
  # @type Operator: String
2456
2456
 
2457
2457
  attr_accessor :Platform, :ProjectId, :SegmentGroupId, :SegmentIds, :Definition, :ExportDestination, :CMEExportInfo, :VODExportInfo, :Operator
2458
-
2458
+
2459
2459
  def initialize(platform=nil, projectid=nil, segmentgroupid=nil, segmentids=nil, definition=nil, exportdestination=nil, cmeexportinfo=nil, vodexportinfo=nil, operator=nil)
2460
2460
  @Platform = platform
2461
2461
  @ProjectId = projectid
@@ -2495,7 +2495,7 @@ module TencentCloud
2495
2495
  # @type RequestId: String
2496
2496
 
2497
2497
  attr_accessor :TaskId, :RequestId
2498
-
2498
+
2499
2499
  def initialize(taskid=nil, requestid=nil)
2500
2500
  @TaskId = taskid
2501
2501
  @RequestId = requestid
@@ -2534,7 +2534,7 @@ module TencentCloud
2534
2534
  # @type Operator: String
2535
2535
 
2536
2536
  attr_accessor :Platform, :ProjectId, :Definition, :ExportDestination, :CoverData, :CMEExportInfo, :VODExportInfo, :ExportExtensionArgs, :Operator
2537
-
2537
+
2538
2538
  def initialize(platform=nil, projectid=nil, definition=nil, exportdestination=nil, coverdata=nil, cmeexportinfo=nil, vodexportinfo=nil, exportextensionargs=nil, operator=nil)
2539
2539
  @Platform = platform
2540
2540
  @ProjectId = projectid
@@ -2577,7 +2577,7 @@ module TencentCloud
2577
2577
  # @type RequestId: String
2578
2578
 
2579
2579
  attr_accessor :TaskId, :RequestId
2580
-
2580
+
2581
2581
  def initialize(taskid=nil, requestid=nil)
2582
2582
  @TaskId = taskid
2583
2583
  @RequestId = requestid
@@ -2599,7 +2599,7 @@ module TencentCloud
2599
2599
  # @type StorageId: String
2600
2600
 
2601
2601
  attr_accessor :MediaKey, :Definition, :StorageId
2602
-
2602
+
2603
2603
  def initialize(mediakey=nil, definition=nil, storageid=nil)
2604
2604
  @MediaKey = mediakey
2605
2605
  @Definition = definition
@@ -2629,7 +2629,7 @@ module TencentCloud
2629
2629
  # @type Operator: String
2630
2630
 
2631
2631
  attr_accessor :Platform, :ClassPath, :Owner, :Offset, :Limit, :Operator
2632
-
2632
+
2633
2633
  def initialize(platform=nil, classpath=nil, owner=nil, offset=nil, limit=nil, operator=nil)
2634
2634
  @Platform = platform
2635
2635
  @ClassPath = classpath
@@ -2662,7 +2662,7 @@ module TencentCloud
2662
2662
  # @type RequestId: String
2663
2663
 
2664
2664
  attr_accessor :TotalCount, :MaterialInfoSet, :RequestId
2665
-
2665
+
2666
2666
  def initialize(totalcount=nil, materialinfoset=nil, requestid=nil)
2667
2667
  @TotalCount = totalcount
2668
2668
  @MaterialInfoSet = materialinfoset
@@ -2693,7 +2693,7 @@ module TencentCloud
2693
2693
  # @type Operator: String
2694
2694
 
2695
2695
  attr_accessor :Platform, :ProjectId, :Operator
2696
-
2696
+
2697
2697
  def initialize(platform=nil, projectid=nil, operator=nil)
2698
2698
  @Platform = platform
2699
2699
  @ProjectId = projectid
@@ -2715,7 +2715,7 @@ module TencentCloud
2715
2715
  # @type RequestId: String
2716
2716
 
2717
2717
  attr_accessor :TaskId, :RequestId
2718
-
2718
+
2719
2719
  def initialize(taskid=nil, requestid=nil)
2720
2720
  @TaskId = taskid
2721
2721
  @RequestId = requestid
@@ -2747,7 +2747,7 @@ module TencentCloud
2747
2747
  # @type Operator: String
2748
2748
 
2749
2749
  attr_accessor :Platform, :Owner, :Resources, :Authorizees, :Permissions, :Operator
2750
-
2750
+
2751
2751
  def initialize(platform=nil, owner=nil, resources=nil, authorizees=nil, permissions=nil, operator=nil)
2752
2752
  @Platform = platform
2753
2753
  @Owner = owner
@@ -2790,7 +2790,7 @@ module TencentCloud
2790
2790
  # @type RequestId: String
2791
2791
 
2792
2792
  attr_accessor :RequestId
2793
-
2793
+
2794
2794
  def initialize(requestid=nil)
2795
2795
  @RequestId = requestid
2796
2796
  end
@@ -2827,7 +2827,7 @@ module TencentCloud
2827
2827
  # @type Operator: String
2828
2828
 
2829
2829
  attr_accessor :Platform, :ProjectId, :Operation, :SourceInfos, :DestinationInfos, :OutputMediaSetting, :PlaySetting, :Position, :Operator
2830
-
2830
+
2831
2831
  def initialize(platform=nil, projectid=nil, operation=nil, sourceinfos=nil, destinationinfos=nil, outputmediasetting=nil, playsetting=nil, position=nil, operator=nil)
2832
2832
  @Platform = platform
2833
2833
  @ProjectId = projectid
@@ -2888,7 +2888,7 @@ module TencentCloud
2888
2888
  # @type RequestId: String
2889
2889
 
2890
2890
  attr_accessor :PlayInfo, :SourceInfoSet, :DestinationInfoSet, :RequestId
2891
-
2891
+
2892
2892
  def initialize(playinfo=nil, sourceinfoset=nil, destinationinfoset=nil, requestid=nil)
2893
2893
  @PlayInfo = playinfo
2894
2894
  @SourceInfoSet = sourceinfoset
@@ -2943,7 +2943,7 @@ module TencentCloud
2943
2943
  # @type Operator: String
2944
2944
 
2945
2945
  attr_accessor :Platform, :ProjectId, :Operation, :InputInfo, :InputEndpoint, :OutputInfo, :CurrentStopTime, :Operator
2946
-
2946
+
2947
2947
  def initialize(platform=nil, projectid=nil, operation=nil, inputinfo=nil, inputendpoint=nil, outputinfo=nil, currentstoptime=nil, operator=nil)
2948
2948
  @Platform = platform
2949
2949
  @ProjectId = projectid
@@ -2984,7 +2984,7 @@ module TencentCloud
2984
2984
  # @type RequestId: String
2985
2985
 
2986
2986
  attr_accessor :StreamInputRtmpPushUrl, :VodPullInputPlayInfo, :RequestId
2987
-
2987
+
2988
2988
  def initialize(streaminputrtmppushurl=nil, vodpullinputplayinfo=nil, requestid=nil)
2989
2989
  @StreamInputRtmpPushUrl = streaminputrtmppushurl
2990
2990
  @VodPullInputPlayInfo = vodpullinputplayinfo
@@ -3017,7 +3017,7 @@ module TencentCloud
3017
3017
  # @type VodFileId: String
3018
3018
 
3019
3019
  attr_accessor :Height, :Width, :MaterialUrl, :Size, :OriginalUrl, :VodFileId
3020
-
3020
+
3021
3021
  def initialize(height=nil, width=nil, materialurl=nil, size=nil, originalurl=nil, vodfileid=nil)
3022
3022
  @Height = height
3023
3023
  @Width = width
@@ -3064,7 +3064,7 @@ module TencentCloud
3064
3064
  # @type Operator: String
3065
3065
 
3066
3066
  attr_accessor :Platform, :Owner, :Name, :SourceType, :VodFileId, :ExternalMediaInfo, :ClassPath, :PreProcessDefinition, :Operator
3067
-
3067
+
3068
3068
  def initialize(platform=nil, owner=nil, name=nil, sourcetype=nil, vodfileid=nil, externalmediainfo=nil, classpath=nil, preprocessdefinition=nil, operator=nil)
3069
3069
  @Platform = platform
3070
3070
  @Owner = owner
@@ -3106,7 +3106,7 @@ module TencentCloud
3106
3106
  # @type RequestId: String
3107
3107
 
3108
3108
  attr_accessor :MaterialId, :PreProcessTaskId, :RequestId
3109
-
3109
+
3110
3110
  def initialize(materialid=nil, preprocesstaskid=nil, requestid=nil)
3111
3111
  @MaterialId = materialid
3112
3112
  @PreProcessTaskId = preprocesstaskid
@@ -3128,7 +3128,7 @@ module TencentCloud
3128
3128
  # @type MaterialId: String
3129
3129
 
3130
3130
  attr_accessor :FileId, :MaterialId
3131
-
3131
+
3132
3132
  def initialize(fileid=nil, materialid=nil)
3133
3133
  @FileId = fileid
3134
3134
  @MaterialId = materialid
@@ -3167,7 +3167,7 @@ module TencentCloud
3167
3167
  # @type Operator: String
3168
3168
 
3169
3169
  attr_accessor :Platform, :ProjectId, :SourceType, :VodFileId, :ExternalMediaInfo, :Name, :PreProcessDefinition, :Operator
3170
-
3170
+
3171
3171
  def initialize(platform=nil, projectid=nil, sourcetype=nil, vodfileid=nil, externalmediainfo=nil, name=nil, preprocessdefinition=nil, operator=nil)
3172
3172
  @Platform = platform
3173
3173
  @ProjectId = projectid
@@ -3204,7 +3204,7 @@ module TencentCloud
3204
3204
  # @type RequestId: String
3205
3205
 
3206
3206
  attr_accessor :MaterialId, :TaskId, :RequestId
3207
-
3207
+
3208
3208
  def initialize(materialid=nil, taskid=nil, requestid=nil)
3209
3209
  @MaterialId = materialid
3210
3210
  @TaskId = taskid
@@ -3226,7 +3226,7 @@ module TencentCloud
3226
3226
  # @type UpperBound: Integer
3227
3227
 
3228
3228
  attr_accessor :LowerBound, :UpperBound
3229
-
3229
+
3230
3230
  def initialize(lowerbound=nil, upperbound=nil)
3231
3231
  @LowerBound = lowerbound
3232
3232
  @UpperBound = upperbound
@@ -3253,7 +3253,7 @@ module TencentCloud
3253
3253
  # @type Role: String
3254
3254
 
3255
3255
  attr_accessor :TeamId, :Name, :MemberCount, :Role
3256
-
3256
+
3257
3257
  def initialize(teamid=nil, name=nil, membercount=nil, role=nil)
3258
3258
  @TeamId = teamid
3259
3259
  @Name = name
@@ -3275,7 +3275,7 @@ module TencentCloud
3275
3275
  # @type Title: String
3276
3276
 
3277
3277
  attr_accessor :Title
3278
-
3278
+
3279
3279
  def initialize(title=nil)
3280
3280
  @Title = title
3281
3281
  end
@@ -3303,7 +3303,7 @@ module TencentCloud
3303
3303
  # @type LinkClassInfo: :class:`Tencentcloud::Cme.v20191029.models.ClassInfo`
3304
3304
 
3305
3305
  attr_accessor :LinkType, :LinkStatus, :LinkMaterialInfo, :LinkClassInfo
3306
-
3306
+
3307
3307
  def initialize(linktype=nil, linkstatus=nil, linkmaterialinfo=nil, linkclassinfo=nil)
3308
3308
  @LinkType = linktype
3309
3309
  @LinkStatus = linkstatus
@@ -3340,7 +3340,7 @@ module TencentCloud
3340
3340
  # @type ImageMaterial: :class:`Tencentcloud::Cme.v20191029.models.ImageMaterial`
3341
3341
 
3342
3342
  attr_accessor :BasicInfo, :VideoMaterial, :AudioMaterial, :ImageMaterial
3343
-
3343
+
3344
3344
  def initialize(basicinfo=nil, videomaterial=nil, audiomaterial=nil, imagematerial=nil)
3345
3345
  @BasicInfo = basicinfo
3346
3346
  @VideoMaterial = videomaterial
@@ -3384,7 +3384,7 @@ module TencentCloud
3384
3384
  # @type Operator: String
3385
3385
 
3386
3386
  attr_accessor :Platform, :ClassPath, :Owner, :Offset, :Limit, :Operator
3387
-
3387
+
3388
3388
  def initialize(platform=nil, classpath=nil, owner=nil, offset=nil, limit=nil, operator=nil)
3389
3389
  @Platform = platform
3390
3390
  @ClassPath = classpath
@@ -3419,7 +3419,7 @@ module TencentCloud
3419
3419
  # @type RequestId: String
3420
3420
 
3421
3421
  attr_accessor :MaterialTotalCount, :MaterialInfoSet, :ClassInfoSet, :RequestId
3422
-
3422
+
3423
3423
  def initialize(materialtotalcount=nil, materialinfoset=nil, classinfoset=nil, requestid=nil)
3424
3424
  @MaterialTotalCount = materialtotalcount
3425
3425
  @MaterialInfoSet = materialinfoset
@@ -3455,7 +3455,7 @@ module TencentCloud
3455
3455
  # @type InputUrl: String
3456
3456
 
3457
3457
  attr_accessor :InputUrl
3458
-
3458
+
3459
3459
  def initialize(inputurl=nil)
3460
3460
  @InputUrl = inputurl
3461
3461
  end
@@ -3473,7 +3473,7 @@ module TencentCloud
3473
3473
  # @type StreamRecordDuration: Integer
3474
3474
 
3475
3475
  attr_accessor :Url, :StreamRecordDuration
3476
-
3476
+
3477
3477
  def initialize(url=nil, streamrecordduration=nil)
3478
3478
  @Url = url
3479
3479
  @StreamRecordDuration = streamrecordduration
@@ -3495,7 +3495,7 @@ module TencentCloud
3495
3495
  # @type Status: String
3496
3496
 
3497
3497
  attr_accessor :UserId, :Status
3498
-
3498
+
3499
3499
  def initialize(userid=nil, status=nil)
3500
3500
  @UserId = userid
3501
3501
  @Status = status
@@ -3517,7 +3517,7 @@ module TencentCloud
3517
3517
  # @type ClassPath: String
3518
3518
 
3519
3519
  attr_accessor :MaterialIdSet, :Owner, :ClassPath
3520
-
3520
+
3521
3521
  def initialize(materialidset=nil, owner=nil, classpath=nil)
3522
3522
  @MaterialIdSet = materialidset
3523
3523
  @Owner = owner
@@ -3567,7 +3567,7 @@ module TencentCloud
3567
3567
  # @type TagInfoSet: Array
3568
3568
 
3569
3569
  attr_accessor :MaterialId, :MaterialType, :Owner, :Name, :CreateTime, :UpdateTime, :ClassPath, :PresetTagSet, :TagSet, :PreviewUrl, :TagInfoSet
3570
-
3570
+
3571
3571
  def initialize(materialid=nil, materialtype=nil, owner=nil, name=nil, createtime=nil, updatetime=nil, classpath=nil, presettagset=nil, tagset=nil, previewurl=nil, taginfoset=nil)
3572
3572
  @MaterialId = materialid
3573
3573
  @MaterialType = materialtype
@@ -3620,7 +3620,7 @@ module TencentCloud
3620
3620
  # @type MaterialIdSet: Array
3621
3621
 
3622
3622
  attr_accessor :MaterialIdSet
3623
-
3623
+
3624
3624
  def initialize(materialidset=nil)
3625
3625
  @MaterialIdSet = materialidset
3626
3626
  end
@@ -3640,7 +3640,7 @@ module TencentCloud
3640
3640
  # @type ClassPath: String
3641
3641
 
3642
3642
  attr_accessor :MediaInfoSet, :Owner, :ClassPath
3643
-
3643
+
3644
3644
  def initialize(mediainfoset=nil, owner=nil, classpath=nil)
3645
3645
  @MediaInfoSet = mediainfoset
3646
3646
  @Owner = owner
@@ -3688,7 +3688,7 @@ module TencentCloud
3688
3688
  # @type OtherMaterial: :class:`Tencentcloud::Cme.v20191029.models.OtherMaterial`
3689
3689
 
3690
3690
  attr_accessor :BasicInfo, :VideoMaterial, :AudioMaterial, :ImageMaterial, :LinkMaterial, :VideoEditTemplateMaterial, :OtherMaterial
3691
-
3691
+
3692
3692
  def initialize(basicinfo=nil, videomaterial=nil, audiomaterial=nil, imagematerial=nil, linkmaterial=nil, videoedittemplatematerial=nil, othermaterial=nil)
3693
3693
  @BasicInfo = basicinfo
3694
3694
  @VideoMaterial = videomaterial
@@ -3743,7 +3743,7 @@ module TencentCloud
3743
3743
  # @type TagSet: Array
3744
3744
 
3745
3745
  attr_accessor :MaterialId, :Name, :PresetTagIdSet, :TagSet
3746
-
3746
+
3747
3747
  def initialize(materialid=nil, name=nil, presettagidset=nil, tagset=nil)
3748
3748
  @MaterialId = materialid
3749
3749
  @Name = name
@@ -3773,7 +3773,7 @@ module TencentCloud
3773
3773
  # @type DestinationClassPath: String
3774
3774
 
3775
3775
  attr_accessor :MaterialIdSet, :SourceOwner, :SourceClassPath, :DestinationOwner, :DestinationClassPath
3776
-
3776
+
3777
3777
  def initialize(materialidset=nil, sourceowner=nil, sourceclasspath=nil, destinationowner=nil, destinationclasspath=nil)
3778
3778
  @MaterialIdSet = materialidset
3779
3779
  @SourceOwner = sourceowner
@@ -3806,7 +3806,7 @@ module TencentCloud
3806
3806
  # @type EditorUsableStatus: String
3807
3807
 
3808
3808
  attr_accessor :EditorUsableStatus
3809
-
3809
+
3810
3810
  def initialize(editorusablestatus=nil)
3811
3811
  @EditorUsableStatus = editorusablestatus
3812
3812
  end
@@ -3827,7 +3827,7 @@ module TencentCloud
3827
3827
  # @type Name: String
3828
3828
 
3829
3829
  attr_accessor :Type, :Id, :Name
3830
-
3830
+
3831
3831
  def initialize(type=nil, id=nil, name=nil)
3832
3832
  @Type = type
3833
3833
  @Id = id
@@ -3851,7 +3851,7 @@ module TencentCloud
3851
3851
  # @type Name: String
3852
3852
 
3853
3853
  attr_accessor :Id, :PushUrl, :Name
3854
-
3854
+
3855
3855
  def initialize(id=nil, pushurl=nil, name=nil)
3856
3856
  @Id = id
3857
3857
  @PushUrl = pushurl
@@ -3875,7 +3875,7 @@ module TencentCloud
3875
3875
  # @type Reason: String
3876
3876
 
3877
3877
  attr_accessor :DestinationInfo, :Reason
3878
-
3878
+
3879
3879
  def initialize(destinationinfo=nil, reason=nil)
3880
3880
  @DestinationInfo = destinationinfo
3881
3881
  @Reason = reason
@@ -3903,7 +3903,7 @@ module TencentCloud
3903
3903
  # @type Status: String
3904
3904
 
3905
3905
  attr_accessor :Id, :PushUrl, :Status
3906
-
3906
+
3907
3907
  def initialize(id=nil, pushurl=nil, status=nil)
3908
3908
  @Id = id
3909
3909
  @PushUrl = pushurl
@@ -3923,7 +3923,7 @@ module TencentCloud
3923
3923
  # @type VideoSetting: :class:`Tencentcloud::Cme.v20191029.models.MediaCastVideoSetting`
3924
3924
 
3925
3925
  attr_accessor :VideoSetting
3926
-
3926
+
3927
3927
  def initialize(videosetting=nil)
3928
3928
  @VideoSetting = videosetting
3929
3929
  end
@@ -3954,7 +3954,7 @@ module TencentCloud
3954
3954
  # @type LoopCount: Integer
3955
3955
 
3956
3956
  attr_accessor :Status, :CurrentSourceId, :CurrentSourcePosition, :CurrentSourceDuration, :DestinationStatusSet, :LoopCount
3957
-
3957
+
3958
3958
  def initialize(status=nil, currentsourceid=nil, currentsourceposition=nil, currentsourceduration=nil, destinationstatusset=nil, loopcount=nil)
3959
3959
  @Status = status
3960
3960
  @CurrentSourceId = currentsourceid
@@ -3989,7 +3989,7 @@ module TencentCloud
3989
3989
  # @type EndTime: String
3990
3990
 
3991
3991
  attr_accessor :LoopCount, :EndTime
3992
-
3992
+
3993
3993
  def initialize(loopcount=nil, endtime=nil)
3994
3994
  @LoopCount = loopcount
3995
3995
  @EndTime = endtime
@@ -4021,7 +4021,7 @@ module TencentCloud
4021
4021
  # @type StopTime: String
4022
4022
 
4023
4023
  attr_accessor :Status, :SourceInfos, :DestinationInfos, :OutputMediaSetting, :PlaySetting, :StartTime, :StopTime
4024
-
4024
+
4025
4025
  def initialize(status=nil, sourceinfos=nil, destinationinfos=nil, outputmediasetting=nil, playsetting=nil, starttime=nil, stoptime=nil)
4026
4026
  @Status = status
4027
4027
  @SourceInfos = sourceinfos
@@ -4075,7 +4075,7 @@ module TencentCloud
4075
4075
  # @type PlaySetting: :class:`Tencentcloud::Cme.v20191029.models.MediaCastPlaySetting`
4076
4076
 
4077
4077
  attr_accessor :SourceInfos, :DestinationInfos, :OutputMediaSetting, :PlaySetting
4078
-
4078
+
4079
4079
  def initialize(sourceinfos=nil, destinationinfos=nil, outputmediasetting=nil, playsetting=nil)
4080
4080
  @SourceInfos = sourceinfos
4081
4081
  @DestinationInfos = destinationinfos
@@ -4126,7 +4126,7 @@ module TencentCloud
4126
4126
  # @type MaterialId: String
4127
4127
 
4128
4128
  attr_accessor :Id, :Type, :FileId, :MaterialId
4129
-
4129
+
4130
4130
  def initialize(id=nil, type=nil, fileid=nil, materialid=nil)
4131
4131
  @Id = id
4132
4132
  @Type = type
@@ -4152,7 +4152,7 @@ module TencentCloud
4152
4152
  # @type Reason: String
4153
4153
 
4154
4154
  attr_accessor :SourceInfo, :Reason
4155
-
4155
+
4156
4156
  def initialize(sourceinfo=nil, reason=nil)
4157
4157
  @SourceInfo = sourceinfo
4158
4158
  @Reason = reason
@@ -4179,7 +4179,7 @@ module TencentCloud
4179
4179
  # @type FrameRate: Float
4180
4180
 
4181
4181
  attr_accessor :Width, :Height, :Bitrate, :FrameRate
4182
-
4182
+
4183
4183
  def initialize(width=nil, height=nil, bitrate=nil, framerate=nil)
4184
4184
  @Width = width
4185
4185
  @Height = height
@@ -4209,7 +4209,7 @@ module TencentCloud
4209
4209
  # @type WebVttUrl: String
4210
4210
 
4211
4211
  attr_accessor :Height, :Width, :TotalCount, :ImageUrlSet, :WebVttUrl
4212
-
4212
+
4213
4213
  def initialize(height=nil, width=nil, totalcount=nil, imageurlset=nil, webvtturl=nil)
4214
4214
  @Height = height
4215
4215
  @Width = width
@@ -4249,7 +4249,7 @@ module TencentCloud
4249
4249
  # @type AudioStreamInfoSet: Array
4250
4250
 
4251
4251
  attr_accessor :Size, :Container, :Bitrate, :Height, :Width, :Duration, :Rotate, :VideoStreamInfoSet, :AudioStreamInfoSet
4252
-
4252
+
4253
4253
  def initialize(size=nil, container=nil, bitrate=nil, height=nil, width=nil, duration=nil, rotate=nil, videostreaminfoset=nil, audiostreaminfoset=nil)
4254
4254
  @Size = size
4255
4255
  @Container = container
@@ -4299,7 +4299,7 @@ module TencentCloud
4299
4299
  # @type Args: Array
4300
4300
 
4301
4301
  attr_accessor :Type, :Args
4302
-
4302
+
4303
4303
  def initialize(type=nil, args=nil)
4304
4304
  @Type = type
4305
4305
  @Args = args
@@ -4333,7 +4333,7 @@ module TencentCloud
4333
4333
  # @type PreprocessOperation: :class:`Tencentcloud::Cme.v20191029.models.MediaPreprocessOperation`
4334
4334
 
4335
4335
  attr_accessor :MediaType, :MaterialId, :MediaUrl, :StartTimeOffset, :PreprocessOperation
4336
-
4336
+
4337
4337
  def initialize(mediatype=nil, materialid=nil, mediaurl=nil, starttimeoffset=nil, preprocessoperation=nil)
4338
4338
  @MediaType = mediatype
4339
4339
  @MaterialId = materialid
@@ -4366,7 +4366,7 @@ module TencentCloud
4366
4366
  # @type TrackItems: Array
4367
4367
 
4368
4368
  attr_accessor :Type, :TrackItems
4369
-
4369
+
4370
4370
  def initialize(type=nil, trackitems=nil)
4371
4371
  @Type = type
4372
4372
  @TrackItems = trackitems
@@ -4404,7 +4404,7 @@ module TencentCloud
4404
4404
  # @type TransitionItem: :class:`Tencentcloud::Cme.v20191029.models.MediaTransitionItem`
4405
4405
 
4406
4406
  attr_accessor :Type, :VideoItem, :AudioItem, :EmptyItem, :TransitionItem
4407
-
4407
+
4408
4408
  def initialize(type=nil, videoitem=nil, audioitem=nil, emptyitem=nil, transitionitem=nil)
4409
4409
  @Type = type
4410
4410
  @VideoItem = videoitem
@@ -4442,7 +4442,7 @@ module TencentCloud
4442
4442
  # @type Duration: Float
4443
4443
 
4444
4444
  attr_accessor :TransitionId, :Duration
4445
-
4445
+
4446
4446
  def initialize(transitionid=nil, duration=nil)
4447
4447
  @TransitionId = transitionid
4448
4448
  @Duration = duration
@@ -4470,7 +4470,7 @@ module TencentCloud
4470
4470
  # @type Operator: String
4471
4471
 
4472
4472
  attr_accessor :Platform, :MaterialId, :Owner, :Name, :ClassPath, :Operator
4473
-
4473
+
4474
4474
  def initialize(platform=nil, materialid=nil, owner=nil, name=nil, classpath=nil, operator=nil)
4475
4475
  @Platform = platform
4476
4476
  @MaterialId = materialid
@@ -4499,7 +4499,7 @@ module TencentCloud
4499
4499
  # @type RequestId: String
4500
4500
 
4501
4501
  attr_accessor :RequestId
4502
-
4502
+
4503
4503
  def initialize(requestid=nil)
4504
4504
  @RequestId = requestid
4505
4505
  end
@@ -4528,7 +4528,7 @@ module TencentCloud
4528
4528
  # @type Mode: String
4529
4529
 
4530
4530
  attr_accessor :Platform, :ProjectId, :Name, :AspectRatio, :Owner, :Mode
4531
-
4531
+
4532
4532
  def initialize(platform=nil, projectid=nil, name=nil, aspectratio=nil, owner=nil, mode=nil)
4533
4533
  @Platform = platform
4534
4534
  @ProjectId = projectid
@@ -4557,7 +4557,7 @@ module TencentCloud
4557
4557
  # @type RequestId: String
4558
4558
 
4559
4559
  attr_accessor :RequestId
4560
-
4560
+
4561
4561
  def initialize(requestid=nil)
4562
4562
  @RequestId = requestid
4563
4563
  end
@@ -4585,7 +4585,7 @@ module TencentCloud
4585
4585
  # @type Operator: String
4586
4586
 
4587
4587
  attr_accessor :Platform, :TeamId, :MemberId, :Remark, :Role, :Operator
4588
-
4588
+
4589
4589
  def initialize(platform=nil, teamid=nil, memberid=nil, remark=nil, role=nil, operator=nil)
4590
4590
  @Platform = platform
4591
4591
  @TeamId = teamid
@@ -4611,7 +4611,7 @@ module TencentCloud
4611
4611
  # @type RequestId: String
4612
4612
 
4613
4613
  attr_accessor :RequestId
4614
-
4614
+
4615
4615
  def initialize(requestid=nil)
4616
4616
  @RequestId = requestid
4617
4617
  end
@@ -4633,7 +4633,7 @@ module TencentCloud
4633
4633
  # @type Operator: String
4634
4634
 
4635
4635
  attr_accessor :Platform, :TeamId, :Name, :Operator
4636
-
4636
+
4637
4637
  def initialize(platform=nil, teamid=nil, name=nil, operator=nil)
4638
4638
  @Platform = platform
4639
4639
  @TeamId = teamid
@@ -4655,7 +4655,7 @@ module TencentCloud
4655
4655
  # @type RequestId: String
4656
4656
 
4657
4657
  attr_accessor :RequestId
4658
-
4658
+
4659
4659
  def initialize(requestid=nil)
4660
4660
  @RequestId = requestid
4661
4661
  end
@@ -4689,7 +4689,7 @@ module TencentCloud
4689
4689
  # @type AudioSetting: :class:`Tencentcloud::Cme.v20191029.models.VideoEncodingPresetAudioSettingForUpdate`
4690
4690
 
4691
4691
  attr_accessor :Platform, :Id, :Name, :RemoveVideo, :RemoveAudio, :VideoSetting, :AudioSetting
4692
-
4692
+
4693
4693
  def initialize(platform=nil, id=nil, name=nil, removevideo=nil, removeaudio=nil, videosetting=nil, audiosetting=nil)
4694
4694
  @Platform = platform
4695
4695
  @Id = id
@@ -4723,7 +4723,7 @@ module TencentCloud
4723
4723
  # @type RequestId: String
4724
4724
 
4725
4725
  attr_accessor :RequestId
4726
-
4726
+
4727
4727
  def initialize(requestid=nil)
4728
4728
  @RequestId = requestid
4729
4729
  end
@@ -4747,7 +4747,7 @@ module TencentCloud
4747
4747
  # @type Operator: String
4748
4748
 
4749
4749
  attr_accessor :Platform, :Owner, :SourceClassPath, :DestinationClassPath, :Operator
4750
-
4750
+
4751
4751
  def initialize(platform=nil, owner=nil, sourceclasspath=nil, destinationclasspath=nil, operator=nil)
4752
4752
  @Platform = platform
4753
4753
  @Owner = owner
@@ -4774,7 +4774,7 @@ module TencentCloud
4774
4774
  # @type RequestId: String
4775
4775
 
4776
4776
  attr_accessor :RequestId
4777
-
4777
+
4778
4778
  def initialize(requestid=nil)
4779
4779
  @RequestId = requestid
4780
4780
  end
@@ -4796,7 +4796,7 @@ module TencentCloud
4796
4796
  # @type Operator: String
4797
4797
 
4798
4798
  attr_accessor :Platform, :SourceResource, :DestinationResource, :Operator
4799
-
4799
+
4800
4800
  def initialize(platform=nil, sourceresource=nil, destinationresource=nil, operator=nil)
4801
4801
  @Platform = platform
4802
4802
  @SourceResource = sourceresource
@@ -4824,7 +4824,7 @@ module TencentCloud
4824
4824
  # @type RequestId: String
4825
4825
 
4826
4826
  attr_accessor :RequestId
4827
-
4827
+
4828
4828
  def initialize(requestid=nil)
4829
4829
  @RequestId = requestid
4830
4830
  end
@@ -4842,7 +4842,7 @@ module TencentCloud
4842
4842
  # @type VodFileId: String
4843
4843
 
4844
4844
  attr_accessor :MaterialUrl, :VodFileId
4845
-
4845
+
4846
4846
  def initialize(materialurl=nil, vodfileid=nil)
4847
4847
  @MaterialUrl = materialurl
4848
4848
  @VodFileId = vodfileid
@@ -4862,7 +4862,7 @@ module TencentCloud
4862
4862
  # @type EventContent: String
4863
4863
 
4864
4864
  attr_accessor :Platform, :EventContent
4865
-
4865
+
4866
4866
  def initialize(platform=nil, eventcontent=nil)
4867
4867
  @Platform = platform
4868
4868
  @EventContent = eventcontent
@@ -4882,7 +4882,7 @@ module TencentCloud
4882
4882
  # @type RequestId: String
4883
4883
 
4884
4884
  attr_accessor :EventContent, :RequestId
4885
-
4885
+
4886
4886
  def initialize(eventcontent=nil, requestid=nil)
4887
4887
  @EventContent = eventcontent
4888
4888
  @RequestId = requestid
@@ -4909,7 +4909,7 @@ module TencentCloud
4909
4909
  # @type Category: Integer
4910
4910
 
4911
4911
  attr_accessor :Title, :Description, :Tags, :Category
4912
-
4912
+
4913
4913
  def initialize(title=nil, description=nil, tags=nil, category=nil)
4914
4914
  @Title = title
4915
4915
  @Description = description
@@ -4946,7 +4946,7 @@ module TencentCloud
4946
4946
  # @type UpdateTime: String
4947
4947
 
4948
4948
  attr_accessor :Platform, :Description, :VodSubAppId, :LicenseId, :Status, :CreateTime, :UpdateTime
4949
-
4949
+
4950
4950
  def initialize(platform=nil, description=nil, vodsubappid=nil, licenseid=nil, status=nil, createtime=nil, updatetime=nil)
4951
4951
  @Platform = platform
4952
4952
  @Description = description
@@ -4978,7 +4978,7 @@ module TencentCloud
4978
4978
  # @type ParentTagId: String
4979
4979
 
4980
4980
  attr_accessor :Id, :Name, :ParentTagId
4981
-
4981
+
4982
4982
  def initialize(id=nil, name=nil, parenttagid=nil)
4983
4983
  @Id = id
4984
4984
  @Name = name
@@ -5023,7 +5023,7 @@ module TencentCloud
5023
5023
  # @type CreateTime: String
5024
5024
 
5025
5025
  attr_accessor :ProjectId, :Name, :AspectRatio, :Category, :Owner, :CoverUrl, :StreamConnectProjectInfo, :MediaCastProjectInfo, :UpdateTime, :CreateTime
5026
-
5026
+
5027
5027
  def initialize(projectid=nil, name=nil, aspectratio=nil, category=nil, owner=nil, coverurl=nil, streamconnectprojectinfo=nil, mediacastprojectinfo=nil, updatetime=nil, createtime=nil)
5028
5028
  @ProjectId = projectid
5029
5029
  @Name = name
@@ -5076,7 +5076,7 @@ module TencentCloud
5076
5076
  # @type DestinationInterruptInfo: :class:`Tencentcloud::Cme.v20191029.models.MediaCastDestinationInterruptInfo`
5077
5077
 
5078
5078
  attr_accessor :ProjectId, :Status, :SourceInterruptInfo, :DestinationInterruptInfo
5079
-
5079
+
5080
5080
  def initialize(projectid=nil, status=nil, sourceinterruptinfo=nil, destinationinterruptinfo=nil)
5081
5081
  @ProjectId = projectid
5082
5082
  @Status = status
@@ -5116,7 +5116,7 @@ module TencentCloud
5116
5116
  # @type OutputInterruptInfo: :class:`Tencentcloud::Cme.v20191029.models.StreamConnectOutputInterruptInfo`
5117
5117
 
5118
5118
  attr_accessor :ProjectId, :Status, :InputInterruptInfo, :OutputInterruptInfo
5119
-
5119
+
5120
5120
  def initialize(projectid=nil, status=nil, inputinterruptinfo=nil, outputinterruptinfo=nil)
5121
5121
  @ProjectId = projectid
5122
5122
  @Status = status
@@ -5152,7 +5152,7 @@ module TencentCloud
5152
5152
  # @type Status: String
5153
5153
 
5154
5154
  attr_accessor :ProjectId, :Status
5155
-
5155
+
5156
5156
  def initialize(projectid=nil, status=nil)
5157
5157
  @ProjectId = projectid
5158
5158
  @Status = status
@@ -5176,7 +5176,7 @@ module TencentCloud
5176
5176
  # @type PushStreamUrl: String
5177
5177
 
5178
5178
  attr_accessor :PullStreamUrl, :MaterialOwner, :MaterialClassPath, :PushStreamUrl
5179
-
5179
+
5180
5180
  def initialize(pullstreamurl=nil, materialowner=nil, materialclasspath=nil, pushstreamurl=nil)
5181
5181
  @PullStreamUrl = pullstreamurl
5182
5182
  @MaterialOwner = materialowner
@@ -5205,7 +5205,7 @@ module TencentCloud
5205
5205
  # @type Id: String
5206
5206
 
5207
5207
  attr_accessor :Type, :Id
5208
-
5208
+
5209
5209
  def initialize(type=nil, id=nil)
5210
5210
  @Type = type
5211
5211
  @Id = id
@@ -5225,7 +5225,7 @@ module TencentCloud
5225
5225
  # @type Owner: :class:`Tencentcloud::Cme.v20191029.models.Entity`
5226
5226
 
5227
5227
  attr_accessor :Resource, :Owner
5228
-
5228
+
5229
5229
  def initialize(resource=nil, owner=nil)
5230
5230
  @Resource = resource
5231
5231
  @Owner = owner
@@ -5263,7 +5263,7 @@ module TencentCloud
5263
5263
  # @type Operator: String
5264
5264
 
5265
5265
  attr_accessor :Platform, :Owner, :Resources, :Authorizees, :Permissions, :Operator
5266
-
5266
+
5267
5267
  def initialize(platform=nil, owner=nil, resources=nil, authorizees=nil, permissions=nil, operator=nil)
5268
5268
  @Platform = platform
5269
5269
  @Owner = owner
@@ -5306,7 +5306,7 @@ module TencentCloud
5306
5306
  # @type RequestId: String
5307
5307
 
5308
5308
  attr_accessor :RequestId
5309
-
5309
+
5310
5310
  def initialize(requestid=nil)
5311
5311
  @RequestId = requestid
5312
5312
  end
@@ -5324,7 +5324,7 @@ module TencentCloud
5324
5324
  # @type PushUrl: String
5325
5325
 
5326
5326
  attr_accessor :ExpiredSecond, :PushUrl
5327
-
5327
+
5328
5328
  def initialize(expiredsecond=nil, pushurl=nil)
5329
5329
  @ExpiredSecond = expiredsecond
5330
5330
  @PushUrl = pushurl
@@ -5368,7 +5368,7 @@ module TencentCloud
5368
5368
  # @type Operator: String
5369
5369
 
5370
5370
  attr_accessor :Platform, :SearchScopes, :MaterialTypes, :Text, :Resolution, :DurationRange, :CreateTimeRange, :Tags, :Sort, :Offset, :Limit, :Operator
5371
-
5371
+
5372
5372
  def initialize(platform=nil, searchscopes=nil, materialtypes=nil, text=nil, resolution=nil, durationrange=nil, createtimerange=nil, tags=nil, sort=nil, offset=nil, limit=nil, operator=nil)
5373
5373
  @Platform = platform
5374
5374
  @SearchScopes = searchscopes
@@ -5426,7 +5426,7 @@ module TencentCloud
5426
5426
  # @type RequestId: String
5427
5427
 
5428
5428
  attr_accessor :TotalCount, :MaterialInfoSet, :RequestId
5429
-
5429
+
5430
5430
  def initialize(totalcount=nil, materialinfoset=nil, requestid=nil)
5431
5431
  @TotalCount = totalcount
5432
5432
  @MaterialInfoSet = materialinfoset
@@ -5455,7 +5455,7 @@ module TencentCloud
5455
5455
  # @type ClassPath: String
5456
5456
 
5457
5457
  attr_accessor :Owner, :ClassPath
5458
-
5458
+
5459
5459
  def initialize(owner=nil, classpath=nil)
5460
5460
  @Owner = owner
5461
5461
  @ClassPath = classpath
@@ -5489,7 +5489,7 @@ module TencentCloud
5489
5489
  # @type Duration: Float
5490
5490
 
5491
5491
  attr_accessor :Id, :Type, :DefaultMaterialId, :DefaultTextSlotInfo, :Duration
5492
-
5492
+
5493
5493
  def initialize(id=nil, type=nil, defaultmaterialid=nil, defaulttextslotinfo=nil, duration=nil)
5494
5494
  @Id = id
5495
5495
  @Type = type
@@ -5527,7 +5527,7 @@ module TencentCloud
5527
5527
  # @type TextReplacementInfo: :class:`Tencentcloud::Cme.v20191029.models.TextReplacementInfo`
5528
5528
 
5529
5529
  attr_accessor :Id, :ReplacementType, :MediaReplacementInfo, :TextReplacementInfo
5530
-
5530
+
5531
5531
  def initialize(id=nil, replacementtype=nil, mediareplacementinfo=nil, textreplacementinfo=nil)
5532
5532
  @Id = id
5533
5533
  @ReplacementType = replacementtype
@@ -5557,7 +5557,7 @@ module TencentCloud
5557
5557
  # @type Order: String
5558
5558
 
5559
5559
  attr_accessor :Field, :Order
5560
-
5560
+
5561
5561
  def initialize(field=nil, order=nil)
5562
5562
  @Field = field
5563
5563
  @Order = order
@@ -5594,7 +5594,7 @@ module TencentCloud
5594
5594
  # @type SourceContext: String
5595
5595
 
5596
5596
  attr_accessor :FileId, :MaterialId, :Operator, :OperationType, :Owner, :ClassPath, :TaskId, :SourceContext
5597
-
5597
+
5598
5598
  def initialize(fileid=nil, materialid=nil, operator=nil, operationtype=nil, owner=nil, classpath=nil, taskid=nil, sourcecontext=nil)
5599
5599
  @FileId = fileid
5600
5600
  @MaterialId = materialid
@@ -5629,7 +5629,7 @@ module TencentCloud
5629
5629
  # @type EndPoint: String
5630
5630
 
5631
5631
  attr_accessor :EndPoint
5632
-
5632
+
5633
5633
  def initialize(endpoint=nil)
5634
5634
  @EndPoint = endpoint
5635
5635
  end
@@ -5653,7 +5653,7 @@ module TencentCloud
5653
5653
  # @type PushUrl: String
5654
5654
 
5655
5655
  attr_accessor :Id, :Name, :Type, :PushUrl
5656
-
5656
+
5657
5657
  def initialize(id=nil, name=nil, type=nil, pushurl=nil)
5658
5658
  @Id = id
5659
5659
  @Name = name
@@ -5680,7 +5680,7 @@ module TencentCloud
5680
5680
  # @type PushSwitch: String
5681
5681
 
5682
5682
  attr_accessor :StreamConnectOutput, :PushSwitch
5683
-
5683
+
5684
5684
  def initialize(streamconnectoutput=nil, pushswitch=nil)
5685
5685
  @StreamConnectOutput = streamconnectoutput
5686
5686
  @PushSwitch = pushswitch
@@ -5705,7 +5705,7 @@ module TencentCloud
5705
5705
  # @type Url: String
5706
5706
 
5707
5707
  attr_accessor :Id, :Name, :Url
5708
-
5708
+
5709
5709
  def initialize(id=nil, name=nil, url=nil)
5710
5710
  @Id = id
5711
5711
  @Name = name
@@ -5745,7 +5745,7 @@ module TencentCloud
5745
5745
  # @type OutputSet: Array
5746
5746
 
5747
5747
  attr_accessor :Status, :CurrentInputEndpoint, :CurrentStartTime, :CurrentStopTime, :LastStopTime, :MainInput, :BackupInput, :OutputSet
5748
-
5748
+
5749
5749
  def initialize(status=nil, currentinputendpoint=nil, currentstarttime=nil, currentstoptime=nil, laststoptime=nil, maininput=nil, backupinput=nil, outputset=nil)
5750
5750
  @Status = status
5751
5751
  @CurrentInputEndpoint = currentinputendpoint
@@ -5792,7 +5792,7 @@ module TencentCloud
5792
5792
  # @type Outputs: Array
5793
5793
 
5794
5794
  attr_accessor :MainInput, :BackupInput, :Outputs
5795
-
5795
+
5796
5796
  def initialize(maininput=nil, backupinput=nil, outputs=nil)
5797
5797
  @MainInput = maininput
5798
5798
  @BackupInput = backupinput
@@ -5837,7 +5837,7 @@ module TencentCloud
5837
5837
  # @type RtmpPushInputInfo: :class:`Tencentcloud::Cme.v20191029.models.RtmpPushInputInfo`
5838
5838
 
5839
5839
  attr_accessor :InputType, :VodPullInputInfo, :LivePullInputInfo, :RtmpPushInputInfo
5840
-
5840
+
5841
5841
  def initialize(inputtype=nil, vodpullinputinfo=nil, livepullinputinfo=nil, rtmppushinputinfo=nil)
5842
5842
  @InputType = inputtype
5843
5843
  @VodPullInputInfo = vodpullinputinfo
@@ -5879,7 +5879,7 @@ module TencentCloud
5879
5879
  # @type BitRate: Integer
5880
5880
 
5881
5881
  attr_accessor :TemplateId, :Width, :Height, :Fps, :BitRate
5882
-
5882
+
5883
5883
  def initialize(templateid=nil, width=nil, height=nil, fps=nil, bitrate=nil)
5884
5884
  @TemplateId = templateid
5885
5885
  @Width = width
@@ -5905,7 +5905,7 @@ module TencentCloud
5905
5905
  # @type PgmOutputConfig: :class:`Tencentcloud::Cme.v20191029.models.SwitcherPgmOutputConfig`
5906
5906
 
5907
5907
  attr_accessor :StopTime, :PgmOutputConfig
5908
-
5908
+
5909
5909
  def initialize(stoptime=nil, pgmoutputconfig=nil)
5910
5910
  @StopTime = stoptime
5911
5911
  @PgmOutputConfig = pgmoutputconfig
@@ -5944,7 +5944,7 @@ module TencentCloud
5944
5944
  # @type CreateTime: String
5945
5945
 
5946
5946
  attr_accessor :TaskId, :TaskType, :Status, :Progress, :ErrCode, :ErrMsg, :CreateTime
5947
-
5947
+
5948
5948
  def initialize(taskid=nil, tasktype=nil, status=nil, progress=nil, errcode=nil, errmsg=nil, createtime=nil)
5949
5949
  @TaskId = taskid
5950
5950
  @TaskType = tasktype
@@ -5980,7 +5980,7 @@ module TencentCloud
5980
5980
  # @type UpdateTime: String
5981
5981
 
5982
5982
  attr_accessor :TeamId, :Name, :MemberCount, :CreateTime, :UpdateTime
5983
-
5983
+
5984
5984
  def initialize(teamid=nil, name=nil, membercount=nil, createtime=nil, updatetime=nil)
5985
5985
  @TeamId = teamid
5986
5986
  @Name = name
@@ -6011,7 +6011,7 @@ module TencentCloud
6011
6011
  # @type Role: String
6012
6012
 
6013
6013
  attr_accessor :MemberId, :Remark, :Role
6014
-
6014
+
6015
6015
  def initialize(memberid=nil, remark=nil, role=nil)
6016
6016
  @MemberId = memberid
6017
6017
  @Remark = remark
@@ -6031,7 +6031,7 @@ module TencentCloud
6031
6031
  # @type Text: String
6032
6032
 
6033
6033
  attr_accessor :Text
6034
-
6034
+
6035
6035
  def initialize(text=nil)
6036
6036
  @Text = text
6037
6037
  end
@@ -6047,7 +6047,7 @@ module TencentCloud
6047
6047
  # @type Text: String
6048
6048
 
6049
6049
  attr_accessor :Text
6050
-
6050
+
6051
6051
  def initialize(text=nil)
6052
6052
  @Text = text
6053
6053
  end
@@ -6071,7 +6071,7 @@ module TencentCloud
6071
6071
  # @type CosPublishInfo: :class:`Tencentcloud::Cme.v20191029.models.CosPublishInputInfo`
6072
6072
 
6073
6073
  attr_accessor :ChannelMaterialId, :PenguinMediaPlatformPublishInfo, :WeiboPublishInfo, :KuaishouPublishInfo, :CosPublishInfo
6074
-
6074
+
6075
6075
  def initialize(channelmaterialid=nil, penguinmediaplatformpublishinfo=nil, weibopublishinfo=nil, kuaishoupublishinfo=nil, cospublishinfo=nil)
6076
6076
  @ChannelMaterialId = channelmaterialid
6077
6077
  @PenguinMediaPlatformPublishInfo = penguinmediaplatformpublishinfo
@@ -6109,7 +6109,7 @@ module TencentCloud
6109
6109
  # @type EndTime: String
6110
6110
 
6111
6111
  attr_accessor :StartTime, :EndTime
6112
-
6112
+
6113
6113
  def initialize(starttime=nil, endtime=nil)
6114
6114
  @StartTime = starttime
6115
6115
  @EndTime = endtime
@@ -6131,7 +6131,7 @@ module TencentCloud
6131
6131
  # @type ThirdPartyPublishInfos: Array
6132
6132
 
6133
6133
  attr_accessor :Name, :ClassId, :ThirdPartyPublishInfos
6134
-
6134
+
6135
6135
  def initialize(name=nil, classid=nil, thirdpartypublishinfos=nil)
6136
6136
  @Name = name
6137
6137
  @ClassId = classid
@@ -6167,7 +6167,7 @@ module TencentCloud
6167
6167
  # @type InitTracks: Array
6168
6168
 
6169
6169
  attr_accessor :AspectRatio, :VideoEditTemplateId, :InitTracks
6170
-
6170
+
6171
6171
  def initialize(aspectratio=nil, videoedittemplateid=nil, inittracks=nil)
6172
6172
  @AspectRatio = aspectratio
6173
6173
  @VideoEditTemplateId = videoedittemplateid
@@ -6203,7 +6203,7 @@ module TencentCloud
6203
6203
  # @type CoverURL: String
6204
6204
 
6205
6205
  attr_accessor :MaterialId, :VodFileId, :URL, :MetaData, :CoverURL
6206
-
6206
+
6207
6207
  def initialize(materialid=nil, vodfileid=nil, url=nil, metadata=nil, coverurl=nil)
6208
6208
  @MaterialId = materialid
6209
6209
  @VodFileId = vodfileid
@@ -6234,7 +6234,7 @@ module TencentCloud
6234
6234
  # @type PreviewVideoUrl: String
6235
6235
 
6236
6236
  attr_accessor :AspectRatio, :SlotSet, :PreviewVideoUrl
6237
-
6237
+
6238
6238
  def initialize(aspectratio=nil, slotset=nil, previewvideourl=nil)
6239
6239
  @AspectRatio = aspectratio
6240
6240
  @SlotSet = slotset
@@ -6281,7 +6281,7 @@ module TencentCloud
6281
6281
  # @type AudioSetting: :class:`Tencentcloud::Cme.v20191029.models.VideoEncodingPresetAudioSetting`
6282
6282
 
6283
6283
  attr_accessor :Id, :Name, :Container, :RemoveVideo, :RemoveAudio, :VideoSetting, :AudioSetting
6284
-
6284
+
6285
6285
  def initialize(id=nil, name=nil, container=nil, removevideo=nil, removeaudio=nil, videosetting=nil, audiosetting=nil)
6286
6286
  @Id = id
6287
6287
  @Name = name
@@ -6329,7 +6329,7 @@ module TencentCloud
6329
6329
  # @type SampleRate: Integer
6330
6330
 
6331
6331
  attr_accessor :Codec, :Bitrate, :Channels, :SampleRate
6332
-
6332
+
6333
6333
  def initialize(codec=nil, bitrate=nil, channels=nil, samplerate=nil)
6334
6334
  @Codec = codec
6335
6335
  @Bitrate = bitrate
@@ -6360,7 +6360,7 @@ module TencentCloud
6360
6360
  # @type SampleRate: Integer
6361
6361
 
6362
6362
  attr_accessor :Bitrate, :Channels, :SampleRate
6363
-
6363
+
6364
6364
  def initialize(bitrate=nil, channels=nil, samplerate=nil)
6365
6365
  @Bitrate = bitrate
6366
6366
  @Channels = channels
@@ -6394,7 +6394,7 @@ module TencentCloud
6394
6394
  # @type Bitrate: Integer
6395
6395
 
6396
6396
  attr_accessor :Codec, :ShortEdge, :Bitrate
6397
-
6397
+
6398
6398
  def initialize(codec=nil, shortedge=nil, bitrate=nil)
6399
6399
  @Codec = codec
6400
6400
  @ShortEdge = shortedge
@@ -6428,7 +6428,7 @@ module TencentCloud
6428
6428
  # @type FrameRate: Float
6429
6429
 
6430
6430
  attr_accessor :ShortEdge, :Bitrate, :FrameRate
6431
-
6431
+
6432
6432
  def initialize(shortedge=nil, bitrate=nil, framerate=nil)
6433
6433
  @ShortEdge = shortedge
6434
6434
  @Bitrate = bitrate
@@ -6461,7 +6461,7 @@ module TencentCloud
6461
6461
  # @type Output: :class:`Tencentcloud::Cme.v20191029.models.VideoEditProjectOutput`
6462
6462
 
6463
6463
  attr_accessor :TaskId, :Status, :ErrCode, :ErrMsg, :Output
6464
-
6464
+
6465
6465
  def initialize(taskid=nil, status=nil, errcode=nil, errmsg=nil, output=nil)
6466
6466
  @TaskId = taskid
6467
6467
  @Status = status
@@ -6517,7 +6517,7 @@ module TencentCloud
6517
6517
  # @type EndTime: Integer
6518
6518
 
6519
6519
  attr_accessor :Container, :ShortEdge, :VideoBitrate, :FrameRate, :RemoveVideo, :RemoveAudio, :StartTime, :EndTime
6520
-
6520
+
6521
6521
  def initialize(container=nil, shortedge=nil, videobitrate=nil, framerate=nil, removevideo=nil, removeaudio=nil, starttime=nil, endtime=nil)
6522
6522
  @Container = container
6523
6523
  @ShortEdge = shortedge
@@ -6562,7 +6562,7 @@ module TencentCloud
6562
6562
  # @type VodFileId: String
6563
6563
 
6564
6564
  attr_accessor :MetaData, :ImageSpriteInfo, :MaterialUrl, :CoverUrl, :Resolution, :MaterialStatus, :OriginalUrl, :VodFileId
6565
-
6565
+
6566
6566
  def initialize(metadata=nil, imagespriteinfo=nil, materialurl=nil, coverurl=nil, resolution=nil, materialstatus=nil, originalurl=nil, vodfileid=nil)
6567
6567
  @MetaData = metadata
6568
6568
  @ImageSpriteInfo = imagespriteinfo
@@ -6613,7 +6613,7 @@ module TencentCloud
6613
6613
  # @type ProcessModel: String
6614
6614
 
6615
6615
  attr_accessor :AspectRatio, :ProcessModel
6616
-
6616
+
6617
6617
  def initialize(aspectratio=nil, processmodel=nil)
6618
6618
  @AspectRatio = aspectratio
6619
6619
  @ProcessModel = processmodel
@@ -6639,7 +6639,7 @@ module TencentCloud
6639
6639
  # @type Fps: Integer
6640
6640
 
6641
6641
  attr_accessor :Bitrate, :Height, :Width, :Codec, :Fps
6642
-
6642
+
6643
6643
  def initialize(bitrate=nil, height=nil, width=nil, codec=nil, fps=nil)
6644
6644
  @Bitrate = bitrate
6645
6645
  @Height = height
@@ -6711,7 +6711,7 @@ module TencentCloud
6711
6711
  # @type Width: String
6712
6712
 
6713
6713
  attr_accessor :SourceType, :SourceMedia, :SourceMediaStartTime, :Duration, :XPos, :YPos, :CoordinateOrigin, :Height, :Width
6714
-
6714
+
6715
6715
  def initialize(sourcetype=nil, sourcemedia=nil, sourcemediastarttime=nil, duration=nil, xpos=nil, ypos=nil, coordinateorigin=nil, height=nil, width=nil)
6716
6716
  @SourceType = sourcetype
6717
6717
  @SourceMedia = sourcemedia
@@ -6749,7 +6749,7 @@ module TencentCloud
6749
6749
  # @type LoopTimes: Integer
6750
6750
 
6751
6751
  attr_accessor :InputUrls, :LoopTimes
6752
-
6752
+
6753
6753
  def initialize(inputurls=nil, looptimes=nil)
6754
6754
  @InputUrls = inputurls
6755
6755
  @LoopTimes = looptimes
@@ -6769,7 +6769,7 @@ module TencentCloud
6769
6769
  # @type TimeOffset: Float
6770
6770
 
6771
6771
  attr_accessor :Url, :TimeOffset
6772
-
6772
+
6773
6773
  def initialize(url=nil, timeoffset=nil)
6774
6774
  @Url = url
6775
6775
  @TimeOffset = timeoffset
@@ -6795,7 +6795,7 @@ module TencentCloud
6795
6795
  # @type Visible: String
6796
6796
 
6797
6797
  attr_accessor :Title, :Description, :Visible
6798
-
6798
+
6799
6799
  def initialize(title=nil, description=nil, visible=nil)
6800
6800
  @Title = title
6801
6801
  @Description = description