tencentcloud-sdk-ses 3.0.1002 → 3.0.1003

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: 4d0aa2de8098afdba7e91e7fbcf05cc10bfd8f5c
4
- data.tar.gz: 5604ba21f95158451b42fdcc505461fd9db66427
3
+ metadata.gz: cd146e612b38134092718da421e4924df09d9211
4
+ data.tar.gz: 42ef5f83146469423939d227c9e9228a5fb40847
5
5
  SHA512:
6
- metadata.gz: d226536eb522558e3ea1ce7512c82de925138b2c8abb209c4abdb5b4af73e706451d40d1b01a9884172a12865e2950f55a4c6d2f191177848f1a9986ae0543b2
7
- data.tar.gz: 118340bdb9db1d3a88e314f97b4ec3ee6a7697bbf97c033a1afb6abfbe7b0e9cee826a6e67686e38000b908bc9970b766a6d999c269fd6761df7f02849896d83
6
+ metadata.gz: 38108a939e9b0930d04c0af952b3731d770d9875b9bc542cd587b18f1454a93f30b3d4eb3419f95c52bcd186a3d2356588ce0a1c208aa171911203da0442c5ec
7
+ data.tar.gz: 7cc39b04a95e8b2f73d9ee9f1d85f0f753e0ae7deafe4837b3cd0adafad4f01a6b084356157e24d04e8486805546e8bbfe995d0a26e0fe14d86f168197f1c92c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1002
1
+ 3.0.1003
@@ -801,15 +801,18 @@ module TencentCloud
801
801
  # @type CurrentReputationLevel: Integer
802
802
  # @param DailyQuota: 当日最高发信量
803
803
  # @type DailyQuota: Integer
804
+ # @param SendIp: 域名配置的独立ip
805
+ # @type SendIp: Array
804
806
 
805
- attr_accessor :IdentityName, :IdentityType, :SendingEnabled, :CurrentReputationLevel, :DailyQuota
807
+ attr_accessor :IdentityName, :IdentityType, :SendingEnabled, :CurrentReputationLevel, :DailyQuota, :SendIp
806
808
 
807
- def initialize(identityname=nil, identitytype=nil, sendingenabled=nil, currentreputationlevel=nil, dailyquota=nil)
809
+ def initialize(identityname=nil, identitytype=nil, sendingenabled=nil, currentreputationlevel=nil, dailyquota=nil, sendip=nil)
808
810
  @IdentityName = identityname
809
811
  @IdentityType = identitytype
810
812
  @SendingEnabled = sendingenabled
811
813
  @CurrentReputationLevel = currentreputationlevel
812
814
  @DailyQuota = dailyquota
815
+ @SendIp = sendip
813
816
  end
814
817
 
815
818
  def deserialize(params)
@@ -818,6 +821,7 @@ module TencentCloud
818
821
  @SendingEnabled = params['SendingEnabled']
819
822
  @CurrentReputationLevel = params['CurrentReputationLevel']
820
823
  @DailyQuota = params['DailyQuota']
824
+ @SendIp = params['SendIp']
821
825
  end
822
826
  end
823
827
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ses
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1002
4
+ version: 3.0.1003
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud