tencentcloud-sdk-cme 3.0.912 → 3.0.914

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: abfcc467d4330980f9bf4c3188665b89383fa839
4
- data.tar.gz: e7e9e2adef37f51b5b41f9c9f15d4f200727674d
3
+ metadata.gz: cb403f5581af9872a5e339b6f914048c84ccb289
4
+ data.tar.gz: 2ab2ea928c35c580c29061d568cd39ad2aa02fcc
5
5
  SHA512:
6
- metadata.gz: 765bb8ff969223af14c857de8da7be10d96661ceaff44c3445577c6e0da715593222c08b05b284769102f8e628d9a887446c5aaec0ac200717422be5684be1f1
7
- data.tar.gz: bedc575c4809343d9487e939170e6cd295761f1e20c0ae2ca2e0f60b6650c7934c34b4db75a8c4435105821919917e9a3f64e854d3d69942c8464a85c116fe78
6
+ metadata.gz: aeb5cd6830eb7274c591e279e3d65f4efb56f42d741ebf0ca2f418467d2e56f6205d77bea103224fc7ef03b25c017f889acfb56e2d524d0bd38ac5603b7fbb3e
7
+ data.tar.gz: 2cd790fa437c68d48909dafe51fbc94510d3328e5d77ba9a202236c5fa6b8931ad38642323d9e2f1176e6101551e151f37d05abd0cd33bdacb010652b95ddc43
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.912
1
+ 3.0.914
@@ -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.912
4
+ version: 3.0.914
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-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common