tencentcloud-sdk-cme 3.0.912 → 3.0.913
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/v20191029/models.rb +6 -2
- 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: 2c27f3c500ebe7c37c20b3e7d50c4def09c8f752
|
4
|
+
data.tar.gz: 5139cc8b8943e552b42b706d60eb0299f355c29c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 31c13c9d2833ec710be6f4ab25bb62bf660b9907f7f4ccda02d0332c04fa1f52d19c85943f827f16cd219571d7bce5f388493548f3556052e21d6ad2957f74d7
|
7
|
+
data.tar.gz: 24a90c0f018f5dc2a61a7c8ab2d10e4fcf717a0088e5c7d94f2116fbef77e14cbbe13cf427d0167b3323d20563691669c9d6d2d7e698fc2ddace14453f795876
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.913
|
data/lib/v20191029/models.rb
CHANGED
@@ -5526,15 +5526,18 @@ module TencentCloud
|
|
5526
5526
|
# @type DefaultTextSlotInfo: :class:`Tencentcloud::Cme.v20191029.models.TextSlotInfo`
|
5527
5527
|
# @param Duration: 素材时长,单位秒。
|
5528
5528
|
# @type Duration: Float
|
5529
|
+
# @param StartTime: 卡槽起始时间,单位秒。
|
5530
|
+
# @type StartTime: Float
|
5529
5531
|
|
5530
|
-
attr_accessor :Id, :Type, :DefaultMaterialId, :DefaultTextSlotInfo, :Duration
|
5532
|
+
attr_accessor :Id, :Type, :DefaultMaterialId, :DefaultTextSlotInfo, :Duration, :StartTime
|
5531
5533
|
|
5532
|
-
def initialize(id=nil, type=nil, defaultmaterialid=nil, defaulttextslotinfo=nil, duration=nil)
|
5534
|
+
def initialize(id=nil, type=nil, defaultmaterialid=nil, defaulttextslotinfo=nil, duration=nil, starttime=nil)
|
5533
5535
|
@Id = id
|
5534
5536
|
@Type = type
|
5535
5537
|
@DefaultMaterialId = defaultmaterialid
|
5536
5538
|
@DefaultTextSlotInfo = defaulttextslotinfo
|
5537
5539
|
@Duration = duration
|
5540
|
+
@StartTime = starttime
|
5538
5541
|
end
|
5539
5542
|
|
5540
5543
|
def deserialize(params)
|
@@ -5546,6 +5549,7 @@ module TencentCloud
|
|
5546
5549
|
@DefaultTextSlotInfo.deserialize(params['DefaultTextSlotInfo'])
|
5547
5550
|
end
|
5548
5551
|
@Duration = params['Duration']
|
5552
|
+
@StartTime = params['StartTime']
|
5549
5553
|
end
|
5550
5554
|
end
|
5551
5555
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-cme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.913
|
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-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|