tencentcloud-sdk-cme 3.0.911 → 3.0.913

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e7b9aae651da2095c89d9c96b267f88eabbfabb5
4
- data.tar.gz: 7798893a3768a16dd26e822c32182236caf92e73
3
+ metadata.gz: 2c27f3c500ebe7c37c20b3e7d50c4def09c8f752
4
+ data.tar.gz: 5139cc8b8943e552b42b706d60eb0299f355c29c
5
5
  SHA512:
6
- metadata.gz: 8ebdf8dee822e4f85ed6de29411289f7d4f3ac23940b7f1e10d27950c5262a9bdbecc4a170e6105305884ca1e15d1dcc613c2fd0831efd24154e63755d769792
7
- data.tar.gz: 122504cf5d8f8f7fa9c75926251b0baad1c0b04dd28c245d7be7bd1bb04238f085faa06931d2ca9c45861ca7cdcec8a56d47a9bc1d36e20bd7dbf59736932b3d
6
+ metadata.gz: 31c13c9d2833ec710be6f4ab25bb62bf660b9907f7f4ccda02d0332c04fa1f52d19c85943f827f16cd219571d7bce5f388493548f3556052e21d6ad2957f74d7
7
+ data.tar.gz: 24a90c0f018f5dc2a61a7c8ab2d10e4fcf717a0088e5c7d94f2116fbef77e14cbbe13cf427d0167b3323d20563691669c9d6d2d7e698fc2ddace14453f795876
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.911
1
+ 3.0.913
@@ -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.911
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-23 00:00:00.000000000 Z
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