tencentcloud-sdk-ses 1.0.281 → 1.0.282

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: fb615d37a9236168864083085af68e8b916fc5f8
4
- data.tar.gz: 511f6ba9f112fb12a2581f22189b0b38dd99cf44
3
+ metadata.gz: f35fb49a20a7057566065142d529ade55e563462
4
+ data.tar.gz: 73650625fc727828b00685f433d4f5cc9beaee12
5
5
  SHA512:
6
- metadata.gz: 3848efb1ac1c04a0f81db0506ca8bce79880f9a7be922d2d08facea028834dd7dfa0d966411be3547eb66e08de7ff6b85ea1b786a786538f09cb67b4a06ceb58
7
- data.tar.gz: 9e371b0bce272b214e6c208b3fb75ff16a30132dc785e6d7631cac952b42690bbb5c08d9b5cba5b459c55f6c62aa3d84741a2cd6f3384f00c210b6577da8b4ea
6
+ metadata.gz: 131fc36647363ece2a41bdcb2903b0b713b61830399e1b3800c226d7212fc5ff4e74ac1713447580ecdc8c3d653a08f7f47421818361f3a161e4987444f478e7
7
+ data.tar.gz: 24b92b95880f0661ba07d5e61787095bf2025ca44234314a8b21edfdc85176a5f612513b798d96aa9910e504fdc82bf6fa889c375b934e59a6f60a607025e983
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.281
1
+ 1.0.282
@@ -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.281
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-22 00:00:00.000000000 Z
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