tencentcloud-sdk-sms 1.0.262 → 1.0.263
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210111/models.rb +7 -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: 91055f8e64b29a9fca80590455afe00685638e71
|
4
|
+
data.tar.gz: 2e98d54daab392317dd7c6b39774e89d3b648204
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 992b6c2cafc7cca7342d478b74a0b164e7da98c23a1adc4a46d5f3f412b8a2376f5c6df8abb0918e5df62d756d297ee91943c47380598736d53c442504c6e142
|
7
|
+
data.tar.gz: 4d0f34602f747f5b137a0a16c79c79c7115537e6cafeefd70af9a81996a8817d20bb03bde24aa1856478d72f1c7adc1ec7fa104f3a5367154c35e4d913b9bdb1
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.263
|
data/lib/v20210111/models.rb
CHANGED
@@ -1048,10 +1048,13 @@ module TencentCloud
|
|
1048
1048
|
# @type ReportStatus: String
|
1049
1049
|
# @param Description: 用户接收短信状态描述。
|
1050
1050
|
# @type Description: String
|
1051
|
+
# @param SessionContext: 用户的 session 内容。与请求中的 SessionContext 一致,默认为空,如需开通请联系 [腾讯云短信小助手](https://cloud.tencent.com/document/product/382/3773#.E6.8A.80.E6.9C.AF.E4.BA.A4.E6.B5.81)。
|
1052
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1053
|
+
# @type SessionContext: String
|
1051
1054
|
|
1052
|
-
attr_accessor :UserReceiveTime, :CountryCode, :SubscriberNumber, :PhoneNumber, :SerialNo, :ReportStatus, :Description
|
1055
|
+
attr_accessor :UserReceiveTime, :CountryCode, :SubscriberNumber, :PhoneNumber, :SerialNo, :ReportStatus, :Description, :SessionContext
|
1053
1056
|
|
1054
|
-
def initialize(userreceivetime=nil, countrycode=nil, subscribernumber=nil, phonenumber=nil, serialno=nil, reportstatus=nil, description=nil)
|
1057
|
+
def initialize(userreceivetime=nil, countrycode=nil, subscribernumber=nil, phonenumber=nil, serialno=nil, reportstatus=nil, description=nil, sessioncontext=nil)
|
1055
1058
|
@UserReceiveTime = userreceivetime
|
1056
1059
|
@CountryCode = countrycode
|
1057
1060
|
@SubscriberNumber = subscribernumber
|
@@ -1059,6 +1062,7 @@ module TencentCloud
|
|
1059
1062
|
@SerialNo = serialno
|
1060
1063
|
@ReportStatus = reportstatus
|
1061
1064
|
@Description = description
|
1065
|
+
@SessionContext = sessioncontext
|
1062
1066
|
end
|
1063
1067
|
|
1064
1068
|
def deserialize(params)
|
@@ -1069,6 +1073,7 @@ module TencentCloud
|
|
1069
1073
|
@SerialNo = params['SerialNo']
|
1070
1074
|
@ReportStatus = params['ReportStatus']
|
1071
1075
|
@Description = params['Description']
|
1076
|
+
@SessionContext = params['SessionContext']
|
1072
1077
|
end
|
1073
1078
|
end
|
1074
1079
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-sms
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.263
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-02-
|
11
|
+
date: 2022-02-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|