tencentcloud-sdk-ses 1.0.279 → 1.0.282
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/v20201002/models.rb +6 -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: f35fb49a20a7057566065142d529ade55e563462
|
4
|
+
data.tar.gz: 73650625fc727828b00685f433d4f5cc9beaee12
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 131fc36647363ece2a41bdcb2903b0b713b61830399e1b3800c226d7212fc5ff4e74ac1713447580ecdc8c3d653a08f7f47421818361f3a161e4987444f478e7
|
7
|
+
data.tar.gz: 24b92b95880f0661ba07d5e61787095bf2025ca44234314a8b21edfdc85176a5f612513b798d96aa9910e504fdc82bf6fa889c375b934e59a6f60a607025e983
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.282
|
data/lib/v20201002/models.rb
CHANGED
@@ -63,10 +63,12 @@ module TencentCloud
|
|
63
63
|
# @type TimedParam: :class:`Tencentcloud::Ses.v20201002.models.TimedEmailParam`
|
64
64
|
# @param Unsubscribe: 退订选项 1: 加入退订链接 0: 不加入退订链接
|
65
65
|
# @type Unsubscribe: String
|
66
|
+
# @param ADLocation: 是否添加广告标识 0:不添加 1:添加到subject前面,2:添加到subject后面
|
67
|
+
# @type ADLocation: Integer
|
66
68
|
|
67
|
-
attr_accessor :FromEmailAddress, :ReceiverId, :Subject, :TaskType, :ReplyToAddresses, :Template, :Simple, :Attachments, :CycleParam, :TimedParam, :Unsubscribe
|
69
|
+
attr_accessor :FromEmailAddress, :ReceiverId, :Subject, :TaskType, :ReplyToAddresses, :Template, :Simple, :Attachments, :CycleParam, :TimedParam, :Unsubscribe, :ADLocation
|
68
70
|
|
69
|
-
def initialize(fromemailaddress=nil, receiverid=nil, subject=nil, tasktype=nil, replytoaddresses=nil, template=nil, simple=nil, attachments=nil, cycleparam=nil, timedparam=nil, unsubscribe=nil)
|
71
|
+
def initialize(fromemailaddress=nil, receiverid=nil, subject=nil, tasktype=nil, replytoaddresses=nil, template=nil, simple=nil, attachments=nil, cycleparam=nil, timedparam=nil, unsubscribe=nil, adlocation=nil)
|
70
72
|
@FromEmailAddress = fromemailaddress
|
71
73
|
@ReceiverId = receiverid
|
72
74
|
@Subject = subject
|
@@ -78,6 +80,7 @@ module TencentCloud
|
|
78
80
|
@CycleParam = cycleparam
|
79
81
|
@TimedParam = timedparam
|
80
82
|
@Unsubscribe = unsubscribe
|
83
|
+
@ADLocation = adlocation
|
81
84
|
end
|
82
85
|
|
83
86
|
def deserialize(params)
|
@@ -111,6 +114,7 @@ module TencentCloud
|
|
111
114
|
@TimedParam.deserialize(params['TimedParam'])
|
112
115
|
end
|
113
116
|
@Unsubscribe = params['Unsubscribe']
|
117
|
+
@ADLocation = params['ADLocation']
|
114
118
|
end
|
115
119
|
end
|
116
120
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-ses
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.282
|
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-03-
|
11
|
+
date: 2022-03-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|