tencentcloud-sdk-ccc 3.0.535 → 3.0.536
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20200210/models.rb +12 -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: d1987a4eae0abbe8ef2313346a190f89244ea631
|
|
4
|
+
data.tar.gz: cea518c9330894ae9bb6cc46f126ac7e4c3d1eef
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 94bd9e87ecf53d8ad8b13ed3cdd7c2cd2a9fe54f7b2ba54c0c872cc73e1a92bc8df1adf44c75baa659f4b206dbabe48e8de53c396b8ec61267b68197901873f0
|
|
7
|
+
data.tar.gz: 7ce51e4e63027c7e9d512147434bf3124c1f497dfd290c482d54942e7bd6d41cc9e604475f967d14e2eb35b19b15655fe79912d4395ae61e2d007ff649bfde60
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.536
|
data/lib/v20200210/models.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
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
|