tencentcloud-sdk-vms 3.0.590 → 3.0.592

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: 5a9abd73d27dd3e203c2b4e090be051dbcd99a36
4
- data.tar.gz: 2cd093ae2e55775bca98d873c068de2ac798a596
3
+ metadata.gz: 050e1641a46dd64a2face4531ece0a6e697a5222
4
+ data.tar.gz: abcff19e6519a8f1a0caecf87f8e8be7b04b3ed0
5
5
  SHA512:
6
- metadata.gz: 63ed436c7a1ca46ec69d36178619b0644ef781ed1e5dde49979112b4bbbf7331215f055840eab0d28fc3bb7078d44f522f4f4e024caea1c756ae0a0ffca761be
7
- data.tar.gz: 000a340a30cb3bd5041b4bb8baf2ec4772d5af6830bf652497d1861fb48fb5e2cb0853f072e95ee3500c2a5ef4e683d09fdf95cfdc0bff8479dc81ccfac3e740
6
+ metadata.gz: 480cd966ad232a37475ed391ed049befe0667ce811b3ee05968e08b5eacd01d36d57e52097c47aae6db2a35a42d2b293fb1992aeee7d20a40c32198ad47d4580
7
+ data.tar.gz: 2876a8456f154c0ba7c6b790ffee8bdb5912d1a33535f5e04e95ece42bd9aa7f45eff7626969d7ec7be2dc87ca048006dcfc5ddad280b0902d4644a8a381352d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.592
@@ -32,7 +32,7 @@ module TencentCloud
32
32
  # @type SessionContext: String
33
33
 
34
34
  attr_accessor :CodeMessage, :CalledNumber, :VoiceSdkAppid, :PlayTimes, :SessionContext
35
-
35
+
36
36
  def initialize(codemessage=nil, callednumber=nil, voicesdkappid=nil, playtimes=nil, sessioncontext=nil)
37
37
  @CodeMessage = codemessage
38
38
  @CalledNumber = callednumber
@@ -58,7 +58,7 @@ module TencentCloud
58
58
  # @type RequestId: String
59
59
 
60
60
  attr_accessor :SendStatus, :RequestId
61
-
61
+
62
62
  def initialize(sendstatus=nil, requestid=nil)
63
63
  @SendStatus = sendstatus
64
64
  @RequestId = requestid
@@ -82,7 +82,7 @@ module TencentCloud
82
82
  # @type SessionContext: String
83
83
 
84
84
  attr_accessor :CallId, :SessionContext
85
-
85
+
86
86
  def initialize(callid=nil, sessioncontext=nil)
87
87
  @CallId = callid
88
88
  @SessionContext = sessioncontext
@@ -112,7 +112,7 @@ module TencentCloud
112
112
  # @type SessionContext: String
113
113
 
114
114
  attr_accessor :TemplateId, :CalledNumber, :VoiceSdkAppid, :TemplateParamSet, :PlayTimes, :SessionContext
115
-
115
+
116
116
  def initialize(templateid=nil, callednumber=nil, voicesdkappid=nil, templateparamset=nil, playtimes=nil, sessioncontext=nil)
117
117
  @TemplateId = templateid
118
118
  @CalledNumber = callednumber
@@ -140,7 +140,7 @@ module TencentCloud
140
140
  # @type RequestId: String
141
141
 
142
142
  attr_accessor :SendStatus, :RequestId
143
-
143
+
144
144
  def initialize(sendstatus=nil, requestid=nil)
145
145
  @SendStatus = sendstatus
146
146
  @RequestId = requestid
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-vms
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.590
4
+ version: 3.0.592
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-06-12 00:00:00.000000000 Z
11
+ date: 2023-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common