tencentcloud-sdk-vod 3.0.901 → 3.0.903
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180717/models.rb +8 -8
- 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: e3fe902f0f32e56b6d86d7266a699fd36a408f1e
|
4
|
+
data.tar.gz: 884801423f6864350411572b777a86b3ce851e23
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 06503e21cf54be4a0040c2fd5f4811d4e8409c8a8a082bf4a0a04d1297c66330122e0c0d15d131c8721706d835284fccac658eeb323b645500a6cf179973082a
|
7
|
+
data.tar.gz: 80e91de83ce6a11336cac9f052f5ac9d037364e84af6ef4ad9543c0930d269859cc5dc198a74491f83455430d68e497f35e3b409c2794c5e41de0d6c7e1f1c9b
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.903
|
data/lib/v20180717/models.rb
CHANGED
@@ -1983,8 +1983,8 @@ module TencentCloud
|
|
1983
1983
|
|
1984
1984
|
attr_accessor :Name, :SegmentSet, :RecognitionSegmentSet
|
1985
1985
|
extend Gem::Deprecate
|
1986
|
-
deprecate :SegmentSet, :none, 2024,
|
1987
|
-
deprecate :SegmentSet=, :none, 2024,
|
1986
|
+
deprecate :SegmentSet, :none, 2024, 9
|
1987
|
+
deprecate :SegmentSet=, :none, 2024, 9
|
1988
1988
|
|
1989
1989
|
def initialize(name=nil, segmentset=nil, recognitionsegmentset=nil)
|
1990
1990
|
@Name = name
|
@@ -9860,8 +9860,8 @@ module TencentCloud
|
|
9860
9860
|
|
9861
9861
|
attr_accessor :DomainName, :Domain, :Scheme, :PlayKey, :RequestId
|
9862
9862
|
extend Gem::Deprecate
|
9863
|
-
deprecate :DomainName, :none, 2024,
|
9864
|
-
deprecate :DomainName=, :none, 2024,
|
9863
|
+
deprecate :DomainName, :none, 2024, 9
|
9864
|
+
deprecate :DomainName=, :none, 2024, 9
|
9865
9865
|
|
9866
9866
|
def initialize(domainname=nil, domain=nil, scheme=nil, playkey=nil, requestid=nil)
|
9867
9867
|
@DomainName = domainname
|
@@ -17579,8 +17579,8 @@ module TencentCloud
|
|
17579
17579
|
|
17580
17580
|
attr_accessor :Duration, :Transitions, :MediaTransitions
|
17581
17581
|
extend Gem::Deprecate
|
17582
|
-
deprecate :Transitions, :none, 2024,
|
17583
|
-
deprecate :Transitions=, :none, 2024,
|
17582
|
+
deprecate :Transitions, :none, 2024, 9
|
17583
|
+
deprecate :Transitions=, :none, 2024, 9
|
17584
17584
|
|
17585
17585
|
def initialize(duration=nil, transitions=nil, mediatransitions=nil)
|
17586
17586
|
@Duration = duration
|
@@ -21490,8 +21490,8 @@ module TencentCloud
|
|
21490
21490
|
|
21491
21491
|
attr_accessor :ProductType, :StartTime, :ExpireTime, :ProductInstanceId, :LastConsumeDate, :BindStatus, :ProductInstanceResourceSet, :ResourceSet, :ProductInstanceStatus, :RefundStatus, :RenewStatus
|
21492
21492
|
extend Gem::Deprecate
|
21493
|
-
deprecate :ProductInstanceResourceSet, :none, 2024,
|
21494
|
-
deprecate :ProductInstanceResourceSet=, :none, 2024,
|
21493
|
+
deprecate :ProductInstanceResourceSet, :none, 2024, 9
|
21494
|
+
deprecate :ProductInstanceResourceSet=, :none, 2024, 9
|
21495
21495
|
|
21496
21496
|
def initialize(producttype=nil, starttime=nil, expiretime=nil, productinstanceid=nil, lastconsumedate=nil, bindstatus=nil, productinstanceresourceset=nil, resourceset=nil, productinstancestatus=nil, refundstatus=nil, renewstatus=nil)
|
21497
21497
|
@ProductType = producttype
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-vod
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.903
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-09-
|
11
|
+
date: 2024-09-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|