tencentcloud-sdk-vms 3.0.589 → 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: 05a57ce54b9784691290c95d875027032f351c8e
4
- data.tar.gz: 3cc666c17efe71730555a140bf768ad7eb3288fd
3
+ metadata.gz: 53665bf39c32ca1bf983d0958d59339c66ea5834
4
+ data.tar.gz: f2b076e78f5ceabc68c9e69bcbbbaf1710ab8ec9
5
5
  SHA512:
6
- metadata.gz: f558b005410cc1364b72e0bd6ad86f8af191a24d10280a900711d7b6c84971c907e355492c49c42c2c1bb12292e27bf1170058d07ef61a0b9eca76ecb3879da3
7
- data.tar.gz: 7f2f2dd7e525a3119c22f0e21328719ae81dddd3c6bdfe08cd94713de2cb4aee2a86c9fec518cd995f97a0745a2086b21233a1965a7093434080ce3054fb6637
6
+ metadata.gz: b48a18bb23b27f5c12d68c075d330a045b904718f08e1ee577f70942a77ec2d41e47b23e87bb1af9fab23bb1e46ca2ff15b91149a3176fdad73a9fff17f236c8
7
+ data.tar.gz: a31f98ddc4a89d4831aeed2797ba94d4c1a68bdb96f596040865fc1077ef9f1ca7ff7dff49ecbf8e10a78e8026771e88fcefa7f8eea7e2314a28ea31d6a0cfc3
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.589
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.589
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-09 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