tencentcloud-sdk-vod 3.0.693 → 3.0.694
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/v20180717/models.rb +6 -6
- 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: d5ba8f132d4bf362ab87c0a9399a3dc1950c25f3
|
|
4
|
+
data.tar.gz: c0ae30b750803f71d605db475942dc80fea4ec46
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 60b1081d4dbddabfb51b492b28533f297b650d7341cb85eb653d30f5139516c05d14692c7dd64fe55e9817e5571648dcf9d42b39813bd8f8312f7dec6cd1e1a2
|
|
7
|
+
data.tar.gz: 745eb373deefaaa209ffd7d1e0b3a41f83cc1dbd40dee86eed1f6be5c2c8bad0a39d7207b6bfa4709541d38bacf678c618e1e7aedc8ff1c012bcbf339acdce05
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.694
|
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, 2023,
|
|
1987
|
-
deprecate :SegmentSet=, :none, 2023,
|
|
1986
|
+
deprecate :SegmentSet, :none, 2023, 11
|
|
1987
|
+
deprecate :SegmentSet=, :none, 2023, 11
|
|
1988
1988
|
|
|
1989
1989
|
def initialize(name=nil, segmentset=nil, recognitionsegmentset=nil)
|
|
1990
1990
|
@Name = name
|
|
@@ -16545,8 +16545,8 @@ module TencentCloud
|
|
|
16545
16545
|
|
|
16546
16546
|
attr_accessor :Duration, :Transitions, :MediaTransitions
|
|
16547
16547
|
extend Gem::Deprecate
|
|
16548
|
-
deprecate :Transitions, :none, 2023,
|
|
16549
|
-
deprecate :Transitions=, :none, 2023,
|
|
16548
|
+
deprecate :Transitions, :none, 2023, 11
|
|
16549
|
+
deprecate :Transitions=, :none, 2023, 11
|
|
16550
16550
|
|
|
16551
16551
|
def initialize(duration=nil, transitions=nil, mediatransitions=nil)
|
|
16552
16552
|
@Duration = duration
|
|
@@ -20354,8 +20354,8 @@ module TencentCloud
|
|
|
20354
20354
|
|
|
20355
20355
|
attr_accessor :ProductType, :StartTime, :ExpireTime, :ProductInstanceId, :LastConsumeDate, :BindStatus, :ProductInstanceResourceSet, :ResourceSet, :ProductInstanceStatus, :RefundStatus, :RenewStatus
|
|
20356
20356
|
extend Gem::Deprecate
|
|
20357
|
-
deprecate :ProductInstanceResourceSet, :none, 2023,
|
|
20358
|
-
deprecate :ProductInstanceResourceSet=, :none, 2023,
|
|
20357
|
+
deprecate :ProductInstanceResourceSet, :none, 2023, 11
|
|
20358
|
+
deprecate :ProductInstanceResourceSet=, :none, 2023, 11
|
|
20359
20359
|
|
|
20360
20360
|
def initialize(producttype=nil, starttime=nil, expiretime=nil, productinstanceid=nil, lastconsumedate=nil, bindstatus=nil, productinstanceresourceset=nil, resourceset=nil, productinstancestatus=nil, refundstatus=nil, renewstatus=nil)
|
|
20361
20361
|
@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.694
|
|
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-11-
|
|
11
|
+
date: 2023-11-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|