tencentcloud-sdk-ccc 3.0.534 → 3.0.536

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20200210/models.rb +12 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4e12fdcfa8dd50c16b272b2177d419bb097609c3
4
- data.tar.gz: bf141713b18684e5990f044d5c571f2808c2504f
3
+ metadata.gz: d1987a4eae0abbe8ef2313346a190f89244ea631
4
+ data.tar.gz: cea518c9330894ae9bb6cc46f126ac7e4c3d1eef
5
5
  SHA512:
6
- metadata.gz: 512ce44e78c37721002bfb125148656bcb017b90bb004243a83a9fd2cc026c33f7bcc464925f660afc2a938c35d4083f9f47ccfc44e712ce26237d46955f29a8
7
- data.tar.gz: ead99e860c4b99d5843999849983f20bf362ed37680af2fa2c9229cee312e0d61f2198ef74aa2924967de010e9909f1eab00bb492c8fa707ea2269096b1dec23
6
+ metadata.gz: 94bd9e87ecf53d8ad8b13ed3cdd7c2cd2a9fe54f7b2ba54c0c872cc73e1a92bc8df1adf44c75baa659f4b206dbabe48e8de53c396b8ec61267b68197901873f0
7
+ data.tar.gz: 7ce51e4e63027c7e9d512147434bf3124c1f497dfd290c482d54942e7bd6d41cc9e604475f967d14e2eb35b19b15655fe79912d4395ae61e2d007ff649bfde60
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.534
1
+ 3.0.536
@@ -3173,10 +3173,16 @@ module TencentCloud
3173
3173
  # @type UseMobileAccept: Integer
3174
3174
  # @param UseMobileCallOut: 手机外呼开关
3175
3175
  # @type UseMobileCallOut: Boolean
3176
+ # @param LastOnlineTimestamp: 最近一次上线时间戳
3177
+ # 注意:此字段可能返回 null,表示取不到有效值。
3178
+ # @type LastOnlineTimestamp: Integer
3179
+ # @param LastStatusTimestamp: 最近一次状态时间戳
3180
+ # 注意:此字段可能返回 null,表示取不到有效值。
3181
+ # @type LastStatusTimestamp: Integer
3176
3182
 
3177
- attr_accessor :Email, :Status, :StatusExtra, :OnlineDuration, :FreeDuration, :BusyDuration, :NotReadyDuration, :RestDuration, :AfterCallWorkDuration, :Reason, :ReserveRest, :ReserveNotReady, :UseMobileAccept, :UseMobileCallOut
3183
+ attr_accessor :Email, :Status, :StatusExtra, :OnlineDuration, :FreeDuration, :BusyDuration, :NotReadyDuration, :RestDuration, :AfterCallWorkDuration, :Reason, :ReserveRest, :ReserveNotReady, :UseMobileAccept, :UseMobileCallOut, :LastOnlineTimestamp, :LastStatusTimestamp
3178
3184
 
3179
- def initialize(email=nil, status=nil, statusextra=nil, onlineduration=nil, freeduration=nil, busyduration=nil, notreadyduration=nil, restduration=nil, aftercallworkduration=nil, reason=nil, reserverest=nil, reservenotready=nil, usemobileaccept=nil, usemobilecallout=nil)
3185
+ def initialize(email=nil, status=nil, statusextra=nil, onlineduration=nil, freeduration=nil, busyduration=nil, notreadyduration=nil, restduration=nil, aftercallworkduration=nil, reason=nil, reserverest=nil, reservenotready=nil, usemobileaccept=nil, usemobilecallout=nil, lastonlinetimestamp=nil, laststatustimestamp=nil)
3180
3186
  @Email = email
3181
3187
  @Status = status
3182
3188
  @StatusExtra = statusextra
@@ -3191,6 +3197,8 @@ module TencentCloud
3191
3197
  @ReserveNotReady = reservenotready
3192
3198
  @UseMobileAccept = usemobileaccept
3193
3199
  @UseMobileCallOut = usemobilecallout
3200
+ @LastOnlineTimestamp = lastonlinetimestamp
3201
+ @LastStatusTimestamp = laststatustimestamp
3194
3202
  end
3195
3203
 
3196
3204
  def deserialize(params)
@@ -3211,6 +3219,8 @@ module TencentCloud
3211
3219
  @ReserveNotReady = params['ReserveNotReady']
3212
3220
  @UseMobileAccept = params['UseMobileAccept']
3213
3221
  @UseMobileCallOut = params['UseMobileCallOut']
3222
+ @LastOnlineTimestamp = params['LastOnlineTimestamp']
3223
+ @LastStatusTimestamp = params['LastStatusTimestamp']
3214
3224
  end
3215
3225
  end
3216
3226
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ccc
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.534
4
+ version: 3.0.536
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-03-21 00:00:00.000000000 Z
11
+ date: 2023-03-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common