tencentcloud-sdk-cme 3.0.617 → 3.0.618

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d17e7afbbc62fc4c3cc6709e46928e797c988adf
4
- data.tar.gz: cebc7f6ddde0080f012f39277fd935f0a26689ad
3
+ metadata.gz: 048e02aa962bff24b99d3135e345698992b45e66
4
+ data.tar.gz: 351f2bad06f2f70d458f27be8fc1cf55910a9e7d
5
5
  SHA512:
6
- metadata.gz: e92529773acbcd44ed56c6f3bc3a404de09a08c43f5327dd10ede9c6078d1aeb7ea4e16700cb7e9ee1fda28af1dd3947fb603e3d258e40e132ab49c5798ee136
7
- data.tar.gz: 37fef6f85ae1700e86bd92e241be4e1a4e8a0558b502c69d7eb3a7de7b1456a8a921657fdb86552dd2b0b5aa8012dffec0ea195496d3465104f9558137c162a7
6
+ metadata.gz: 825094465a989eb053ce954999ce819891428b418ee13a16361d90d7cf5441603f4cf9bf0013bc1b94e8f9029d779debb788b17863f044871516bacd298fa9c5
7
+ data.tar.gz: 5581c8117d969b369c9b5456d72756701970bad5e7547176f1bd4b24b44d2ff3af3fe602adb9b2871358a1c0d8bebff7cd87a9c6769d26e8714fdbb4f9aa011e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.617
1
+ 3.0.618
@@ -4023,10 +4023,12 @@ module TencentCloud
4023
4023
  # @type StartTime: String
4024
4024
  # @param StopTime: 项目结束时间。采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。如果项目还在运行中,该字段为空。
4025
4025
  # @type StopTime: String
4026
+ # @param Duration: 推流时长,单位:秒。项目结束后,返回上次项目运行时的推流时长。如果项目是 Working 状态,返回的时长是0。
4027
+ # @type Duration: Float
4026
4028
 
4027
- attr_accessor :Status, :SourceInfos, :DestinationInfos, :OutputMediaSetting, :PlaySetting, :StartTime, :StopTime
4029
+ attr_accessor :Status, :SourceInfos, :DestinationInfos, :OutputMediaSetting, :PlaySetting, :StartTime, :StopTime, :Duration
4028
4030
 
4029
- def initialize(status=nil, sourceinfos=nil, destinationinfos=nil, outputmediasetting=nil, playsetting=nil, starttime=nil, stoptime=nil)
4031
+ def initialize(status=nil, sourceinfos=nil, destinationinfos=nil, outputmediasetting=nil, playsetting=nil, starttime=nil, stoptime=nil, duration=nil)
4030
4032
  @Status = status
4031
4033
  @SourceInfos = sourceinfos
4032
4034
  @DestinationInfos = destinationinfos
@@ -4034,6 +4036,7 @@ module TencentCloud
4034
4036
  @PlaySetting = playsetting
4035
4037
  @StartTime = starttime
4036
4038
  @StopTime = stoptime
4039
+ @Duration = duration
4037
4040
  end
4038
4041
 
4039
4042
  def deserialize(params)
@@ -4064,6 +4067,7 @@ module TencentCloud
4064
4067
  end
4065
4068
  @StartTime = params['StartTime']
4066
4069
  @StopTime = params['StopTime']
4070
+ @Duration = params['Duration']
4067
4071
  end
4068
4072
  end
4069
4073
 
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.617
4
+ version: 3.0.618
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-07-20 00:00:00.000000000 Z
11
+ date: 2023-07-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common