tencentcloud-sdk-vms 3.0.590 → 3.0.591

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: 53665bf39c32ca1bf983d0958d59339c66ea5834
4
+ data.tar.gz: f2b076e78f5ceabc68c9e69bcbbbaf1710ab8ec9
5
5
  SHA512:
6
- metadata.gz: 63ed436c7a1ca46ec69d36178619b0644ef781ed1e5dde49979112b4bbbf7331215f055840eab0d28fc3bb7078d44f522f4f4e024caea1c756ae0a0ffca761be
7
- data.tar.gz: 000a340a30cb3bd5041b4bb8baf2ec4772d5af6830bf652497d1861fb48fb5e2cb0853f072e95ee3500c2a5ef4e683d09fdf95cfdc0bff8479dc81ccfac3e740
6
+ metadata.gz: b48a18bb23b27f5c12d68c075d330a045b904718f08e1ee577f70942a77ec2d41e47b23e87bb1af9fab23bb1e46ca2ff15b91149a3176fdad73a9fff17f236c8
7
+ data.tar.gz: a31f98ddc4a89d4831aeed2797ba94d4c1a68bdb96f596040865fc1077ef9f1ca7ff7dff49ecbf8e10a78e8026771e88fcefa7f8eea7e2314a28ea31d6a0cfc3
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.591
@@ -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.591
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-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common