tencentcloud-sdk-ccc 3.0.929 → 3.0.931
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 +6 -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: 09f2a7bafbded12dae512978f65a0389bdefabca
|
|
4
|
+
data.tar.gz: ad46ab49b10c7cfab932816adeb676b6e186e0eb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4d1029dbcbe196ccacd9cc4fd5216922a3c2f364411b9bc12d0f989661b935694dca7e64b0607198a1080ecf6929e7b4efa9deeda9091aa79e3acf29e4be8365
|
|
7
|
+
data.tar.gz: 093ad88781088f090fb7eba2f7d46612c0744e1182ecf9739be2e440294247e860f158c1f514808f9b9f53afda298e2f7f4fed2a056ec8d5257273536ab9f6ee
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.931
|
data/lib/v20200210/models.rb
CHANGED
|
@@ -4113,14 +4113,17 @@ module TencentCloud
|
|
|
4113
4113
|
# @type MaxCallCount: Integer
|
|
4114
4114
|
# @param MaxCallPSec: 每秒最大并发数
|
|
4115
4115
|
# @type MaxCallPSec: Integer
|
|
4116
|
+
# @param OutboundCalleeFormat: 呼出被叫格式,使用 {+E.164} 或 {E.164},
|
|
4117
|
+
# @type OutboundCalleeFormat: String
|
|
4116
4118
|
|
|
4117
|
-
attr_accessor :CallType, :PhoneNumber, :MaxCallCount, :MaxCallPSec
|
|
4119
|
+
attr_accessor :CallType, :PhoneNumber, :MaxCallCount, :MaxCallPSec, :OutboundCalleeFormat
|
|
4118
4120
|
|
|
4119
|
-
def initialize(calltype=nil, phonenumber=nil, maxcallcount=nil, maxcallpsec=nil)
|
|
4121
|
+
def initialize(calltype=nil, phonenumber=nil, maxcallcount=nil, maxcallpsec=nil, outboundcalleeformat=nil)
|
|
4120
4122
|
@CallType = calltype
|
|
4121
4123
|
@PhoneNumber = phonenumber
|
|
4122
4124
|
@MaxCallCount = maxcallcount
|
|
4123
4125
|
@MaxCallPSec = maxcallpsec
|
|
4126
|
+
@OutboundCalleeFormat = outboundcalleeformat
|
|
4124
4127
|
end
|
|
4125
4128
|
|
|
4126
4129
|
def deserialize(params)
|
|
@@ -4128,6 +4131,7 @@ module TencentCloud
|
|
|
4128
4131
|
@PhoneNumber = params['PhoneNumber']
|
|
4129
4132
|
@MaxCallCount = params['MaxCallCount']
|
|
4130
4133
|
@MaxCallPSec = params['MaxCallPSec']
|
|
4134
|
+
@OutboundCalleeFormat = params['OutboundCalleeFormat']
|
|
4131
4135
|
end
|
|
4132
4136
|
end
|
|
4133
4137
|
|
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.931
|
|
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-10-
|
|
11
|
+
date: 2024-10-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|