tencentcloud-sdk-vod 3.0.901 → 3.0.902
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: f2415080a9efbf2c6aa618b165fe705191048d8f
|
4
|
+
data.tar.gz: 44e4d6b5a2f7082241b03f0b0c2baa5adcfe119a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bd9c58886f4d371f56fb056c2c7ca5e200fc31bf64c4b69896b4dadb8a270e94f457c04a8eadeede34099ea9cfee64a73efa7bd9a68877bdedd235b299a42247
|
7
|
+
data.tar.gz: c23ba376ffb5c84fc39a9a771b471dc06c47ff329ea0b0a1940c0abd1a30897e730997831d841209a9ff9dd63741c9ad85b67f2cd5f8083fe0b451551980e8e1
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.902
|
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.902
|
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-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|