tencentcloud-sdk-drm 3.0.590 → 3.0.592

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/v20181115/models.rb +25 -25
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 26a7a7544bb00f19dd4f5a704914aeaddb21aa8c
4
- data.tar.gz: 3895bfb117283932bba24dde5ff994e5838eb187
3
+ metadata.gz: d11ce828b5afc9c0200b83d4eda59f44eedc3825
4
+ data.tar.gz: 73b3b86f3bcf1843d74b41207959c39a7da7a559
5
5
  SHA512:
6
- metadata.gz: 27adeaf915111193511b946c38c25607364bef893016ba1fa8b67cd888896c926ba6f6828af89e55cdff86e62dde1fd8f3bbd48ff16884bca48ec5ddbc850605
7
- data.tar.gz: 4d538edb2488623d899d04dd80d5cd8a288c38e80424ee40a74337c9bf7e8e691658f0539eb6d0d0176d992be88a4dcdcccfd739cdb0522573d78c7b84653533
6
+ metadata.gz: bf88f589860743e877c8e9a78245555bddc02b60c21f1799fc94ef41cac66fbbe6a793f6a0084c7fa7bff6165519a01c244aafc0f0696cace92d561188853970
7
+ data.tar.gz: 860ac10bdb11e6864948c730edd2edc96d806208a69fa7ed05406c931634fc1340ecf57ff1e54770b7e9a94f5284d185903a549180dee40fa7e542e02e2a16a0
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.592
@@ -36,7 +36,7 @@ module TencentCloud
36
36
  # @type Priority: Integer
37
37
 
38
38
  attr_accessor :Pem, :Ask, :PemDecryptKey, :BailorId, :Priority
39
-
39
+
40
40
  def initialize(pem=nil, ask=nil, pemdecryptkey=nil, bailorid=nil, priority=nil)
41
41
  @Pem = pem
42
42
  @Ask = ask
@@ -66,7 +66,7 @@ module TencentCloud
66
66
  # @type RequestId: String
67
67
 
68
68
  attr_accessor :FairPlayPemId, :Priority, :RequestId
69
-
69
+
70
70
  def initialize(fairplaypemid=nil, priority=nil, requestid=nil)
71
71
  @FairPlayPemId = fairplaypemid
72
72
  @Priority = priority
@@ -92,7 +92,7 @@ module TencentCloud
92
92
  # @type ContentType: String
93
93
 
94
94
  attr_accessor :DrmType, :Keys, :ContentId, :ContentType
95
-
95
+
96
96
  def initialize(drmtype=nil, keys=nil, contentid=nil, contenttype=nil)
97
97
  @DrmType = drmtype
98
98
  @Keys = keys
@@ -121,7 +121,7 @@ module TencentCloud
121
121
  # @type RequestId: String
122
122
 
123
123
  attr_accessor :RequestId
124
-
124
+
125
125
  def initialize(requestid=nil)
126
126
  @RequestId = requestid
127
127
  end
@@ -146,7 +146,7 @@ module TencentCloud
146
146
  # @type PlaybackPolicy: :class:`Tencentcloud::Drm.v20181115.models.PlaybackPolicy`
147
147
 
148
148
  attr_accessor :DrmType, :LicenseRequest, :ContentType, :Tracks, :PlaybackPolicy
149
-
149
+
150
150
  def initialize(drmtype=nil, licenserequest=nil, contenttype=nil, tracks=nil, playbackpolicy=nil)
151
151
  @DrmType = drmtype
152
152
  @LicenseRequest = licenserequest
@@ -177,7 +177,7 @@ module TencentCloud
177
177
  # @type RequestId: String
178
178
 
179
179
  attr_accessor :License, :ContentId, :RequestId
180
-
180
+
181
181
  def initialize(license=nil, contentid=nil, requestid=nil)
182
182
  @License = license
183
183
  @ContentId = contentid
@@ -200,7 +200,7 @@ module TencentCloud
200
200
  # @type FairPlayPemId: Integer
201
201
 
202
202
  attr_accessor :BailorId, :FairPlayPemId
203
-
203
+
204
204
  def initialize(bailorid=nil, fairplaypemid=nil)
205
205
  @BailorId = bailorid
206
206
  @FairPlayPemId = fairplaypemid
@@ -218,7 +218,7 @@ module TencentCloud
218
218
  # @type RequestId: String
219
219
 
220
220
  attr_accessor :RequestId
221
-
221
+
222
222
  def initialize(requestid=nil)
223
223
  @RequestId = requestid
224
224
  end
@@ -241,7 +241,7 @@ module TencentCloud
241
241
  # @type ContentType: String
242
242
 
243
243
  attr_accessor :DrmType, :RsaPublicKey, :ContentId, :ContentType
244
-
244
+
245
245
  def initialize(drmtype=nil, rsapublickey=nil, contentid=nil, contenttype=nil)
246
246
  @DrmType = drmtype
247
247
  @RsaPublicKey = rsapublickey
@@ -274,7 +274,7 @@ module TencentCloud
274
274
  # @type RequestId: String
275
275
 
276
276
  attr_accessor :Keys, :SessionKey, :ContentId, :RequestId
277
-
277
+
278
278
  def initialize(keys=nil, sessionkey=nil, contentid=nil, requestid=nil)
279
279
  @Keys = keys
280
280
  @SessionKey = sessionkey
@@ -306,7 +306,7 @@ module TencentCloud
306
306
  # @type FairPlayPemId: Integer
307
307
 
308
308
  attr_accessor :BailorId, :FairPlayPemId
309
-
309
+
310
310
  def initialize(bailorid=nil, fairplaypemid=nil)
311
311
  @BailorId = bailorid
312
312
  @FairPlayPemId = fairplaypemid
@@ -327,7 +327,7 @@ module TencentCloud
327
327
  # @type RequestId: String
328
328
 
329
329
  attr_accessor :FairPlayPems, :RequestId
330
-
330
+
331
331
  def initialize(fairplaypems=nil, requestid=nil)
332
332
  @FairPlayPems = fairplaypems
333
333
  @RequestId = requestid
@@ -362,7 +362,7 @@ module TencentCloud
362
362
  # @type ContentId: String
363
363
 
364
364
  attr_accessor :DrmType, :Tracks, :ContentType, :RsaPublicKey, :ContentId
365
-
365
+
366
366
  def initialize(drmtype=nil, tracks=nil, contenttype=nil, rsapublickey=nil, contentid=nil)
367
367
  @DrmType = drmtype
368
368
  @Tracks = tracks
@@ -397,7 +397,7 @@ module TencentCloud
397
397
  # @type RequestId: String
398
398
 
399
399
  attr_accessor :Keys, :SessionKey, :ContentId, :Pssh, :RequestId
400
-
400
+
401
401
  def initialize(keys=nil, sessionkey=nil, contentid=nil, pssh=nil, requestid=nil)
402
402
  @Keys = keys
403
403
  @SessionKey = sessionkey
@@ -432,7 +432,7 @@ module TencentCloud
432
432
  # @type Para: :class:`Tencentcloud::Drm.v20181115.models.DrmOutputPara`
433
433
 
434
434
  attr_accessor :BucketName, :ObjectName, :Para
435
-
435
+
436
436
  def initialize(bucketname=nil, objectname=nil, para=nil)
437
437
  @BucketName = bucketname
438
438
  @ObjectName = objectname
@@ -457,7 +457,7 @@ module TencentCloud
457
457
  # @type Language: String
458
458
 
459
459
  attr_accessor :Type, :Language
460
-
460
+
461
461
  def initialize(type=nil, language=nil)
462
462
  @Type = type
463
463
  @Language = language
@@ -477,7 +477,7 @@ module TencentCloud
477
477
  # @type ObjectName: String
478
478
 
479
479
  attr_accessor :BucketName, :ObjectName
480
-
480
+
481
481
  def initialize(bucketname=nil, objectname=nil)
482
482
  @BucketName = bucketname
483
483
  @ObjectName = objectname
@@ -508,7 +508,7 @@ module TencentCloud
508
508
  # @type Md5PemDecryptKey: String
509
509
 
510
510
  attr_accessor :FairPlayPemId, :Priority, :Md5Pem, :Md5Ask, :Md5PemDecryptKey
511
-
511
+
512
512
  def initialize(fairplaypemid=nil, priority=nil, md5pem=nil, md5ask=nil, md5pemdecryptkey=nil)
513
513
  @FairPlayPemId = fairplaypemid
514
514
  @Priority = priority
@@ -541,7 +541,7 @@ module TencentCloud
541
541
  # @type InsertTimestamp: Integer
542
542
 
543
543
  attr_accessor :Track, :KeyId, :Key, :Iv, :InsertTimestamp
544
-
544
+
545
545
  def initialize(track=nil, keyid=nil, key=nil, iv=nil, inserttimestamp=nil)
546
546
  @Track = track
547
547
  @KeyId = keyid
@@ -572,7 +572,7 @@ module TencentCloud
572
572
  # @type Iv: String
573
573
 
574
574
  attr_accessor :Track, :Key, :KeyId, :Iv
575
-
575
+
576
576
  def initialize(track=nil, key=nil, keyid=nil, iv=nil)
577
577
  @Track = track
578
578
  @Key = key
@@ -609,7 +609,7 @@ module TencentCloud
609
609
  # @type Priority: Integer
610
610
 
611
611
  attr_accessor :Pem, :Ask, :FairPlayPemId, :PemDecryptKey, :BailorId, :Priority
612
-
612
+
613
613
  def initialize(pem=nil, ask=nil, fairplaypemid=nil, pemdecryptkey=nil, bailorid=nil, priority=nil)
614
614
  @Pem = pem
615
615
  @Ask = ask
@@ -641,7 +641,7 @@ module TencentCloud
641
641
  # @type RequestId: String
642
642
 
643
643
  attr_accessor :FairPlayPemId, :Priority, :RequestId
644
-
644
+
645
645
  def initialize(fairplaypemid=nil, priority=nil, requestid=nil)
646
646
  @FairPlayPemId = fairplaypemid
647
647
  @Priority = priority
@@ -663,7 +663,7 @@ module TencentCloud
663
663
  # @type PlaybackDurationSeconds: Integer
664
664
 
665
665
  attr_accessor :LicenseDurationSeconds, :PlaybackDurationSeconds
666
-
666
+
667
667
  def initialize(licensedurationseconds=nil, playbackdurationseconds=nil)
668
668
  @LicenseDurationSeconds = licensedurationseconds
669
669
  @PlaybackDurationSeconds = playbackdurationseconds
@@ -691,7 +691,7 @@ module TencentCloud
691
691
  # @type OutputObjects: Array
692
692
 
693
693
  attr_accessor :CosEndPoint, :CosSecretId, :CosSecretKey, :DrmType, :SourceObject, :OutputObjects
694
-
694
+
695
695
  def initialize(cosendpoint=nil, cossecretid=nil, cossecretkey=nil, drmtype=nil, sourceobject=nil, outputobjects=nil)
696
696
  @CosEndPoint = cosendpoint
697
697
  @CosSecretId = cossecretid
@@ -727,7 +727,7 @@ module TencentCloud
727
727
  # @type RequestId: String
728
728
 
729
729
  attr_accessor :RequestId
730
-
730
+
731
731
  def initialize(requestid=nil)
732
732
  @RequestId = requestid
733
733
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-drm
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.590
4
+ version: 3.0.592
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-12 00:00:00.000000000 Z
11
+ date: 2023-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common