tencentcloud-sdk-sms 1.0.262 → 1.0.265
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/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: 961acd826904c75c34c8f48f6cac6f9c06e73d7f
|
4
|
+
data.tar.gz: e93dcf03ce8965d77fc285a7c8f135f306c9818f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ca5309612395724924839d339361d450d4dd7a4e00bb56756c4481c07e75301cd09d85aac0ae0cf2865d7866fe66c67e1ac9a390354076333d48f5c35c83305d
|
7
|
+
data.tar.gz: cfadbed162a2ef0c8e3f6193acc8170c92d5338019325431f2f515c79813cd9298c024814d40590d6d9a290c1d10dec74c43c044d4f571e4b9e1aa1ad02d4795
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.265
|
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.265
|
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-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|