tencentcloud-sdk-ssl 1.0.335 → 1.0.338

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b5bdc969b731fc30cd6783a36f09f3d9a309a7a1
4
- data.tar.gz: b2632af78c7e62651855f988d87a7f1a055a5085
3
+ metadata.gz: dceecac5c8879bdeb9a2822c7406123e583b9d90
4
+ data.tar.gz: 2a4a0d90265012c17f24e768628b6a81a9859107
5
5
  SHA512:
6
- metadata.gz: ce53d24a0fc50032f8be53a9136b1460e1077dae0372c93a7a5f868a0e5f5c700de2edf77d2f0a1a43e1ca410a67d8cbce0337203c0351421df2239f8e1faec7
7
- data.tar.gz: 40edae4b037099b7dc7ed20d3fe36a8e393fb844b75c50fae92bea832d507d84eeea827711cddccc5e670e21012da1d4ea23d469fae52df43e217729e7478218
6
+ metadata.gz: e9983bd0071db4cd861d04cb7e1fa80d7ced274c28b11c7ea389a2c17b14417954ea101122feecf0943cc52f9470d6ee709e658ab5aa3704394d4f26bde4d6b2
7
+ data.tar.gz: 1c661f566aa1e17f57048e85951e055a6f93d1d9b8795a4234b1dc2a33d29c75f675d7a6204be57b13106c08ca06942a5c90ec0f49ad784ce2f7254c5af3c322
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.335
1
+ 1.0.338
@@ -293,10 +293,13 @@ module TencentCloud
293
293
  # @param Tags: 标签列表
294
294
  # 注意:此字段可能返回 null,表示取不到有效值。
295
295
  # @type Tags: Array
296
+ # @param IsIgnore: 是否已忽略到期通知
297
+ # 注意:此字段可能返回 null,表示取不到有效值。
298
+ # @type IsIgnore: Boolean
296
299
 
297
- attr_accessor :OwnerUin, :ProjectId, :From, :PackageType, :CertificateType, :ProductZhName, :Domain, :Alias, :Status, :CertificateExtra, :VulnerabilityStatus, :StatusMsg, :VerifyType, :CertBeginTime, :CertEndTime, :ValidityPeriod, :InsertTime, :CertificateId, :SubjectAltName, :PackageTypeName, :StatusName, :IsVip, :IsDv, :IsWildcard, :IsVulnerability, :RenewAble, :ProjectInfo, :BoundResource, :Deployable, :Tags
300
+ attr_accessor :OwnerUin, :ProjectId, :From, :PackageType, :CertificateType, :ProductZhName, :Domain, :Alias, :Status, :CertificateExtra, :VulnerabilityStatus, :StatusMsg, :VerifyType, :CertBeginTime, :CertEndTime, :ValidityPeriod, :InsertTime, :CertificateId, :SubjectAltName, :PackageTypeName, :StatusName, :IsVip, :IsDv, :IsWildcard, :IsVulnerability, :RenewAble, :ProjectInfo, :BoundResource, :Deployable, :Tags, :IsIgnore
298
301
 
299
- def initialize(owneruin=nil, projectid=nil, from=nil, packagetype=nil, certificatetype=nil, productzhname=nil, domain=nil, _alias=nil, status=nil, certificateextra=nil, vulnerabilitystatus=nil, statusmsg=nil, verifytype=nil, certbegintime=nil, certendtime=nil, validityperiod=nil, inserttime=nil, certificateid=nil, subjectaltname=nil, packagetypename=nil, statusname=nil, isvip=nil, isdv=nil, iswildcard=nil, isvulnerability=nil, renewable=nil, projectinfo=nil, boundresource=nil, deployable=nil, tags=nil)
302
+ def initialize(owneruin=nil, projectid=nil, from=nil, packagetype=nil, certificatetype=nil, productzhname=nil, domain=nil, _alias=nil, status=nil, certificateextra=nil, vulnerabilitystatus=nil, statusmsg=nil, verifytype=nil, certbegintime=nil, certendtime=nil, validityperiod=nil, inserttime=nil, certificateid=nil, subjectaltname=nil, packagetypename=nil, statusname=nil, isvip=nil, isdv=nil, iswildcard=nil, isvulnerability=nil, renewable=nil, projectinfo=nil, boundresource=nil, deployable=nil, tags=nil, isignore=nil)
300
303
  @OwnerUin = owneruin
301
304
  @ProjectId = projectid
302
305
  @From = from
@@ -327,6 +330,7 @@ module TencentCloud
327
330
  @BoundResource = boundresource
328
331
  @Deployable = deployable
329
332
  @Tags = tags
333
+ @IsIgnore = isignore
330
334
  end
331
335
 
332
336
  def deserialize(params)
@@ -373,6 +377,7 @@ module TencentCloud
373
377
  @Tags << tags_tmp
374
378
  end
375
379
  end
380
+ @IsIgnore = params['IsIgnore']
376
381
  end
377
382
  end
378
383
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ssl
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.335
4
+ version: 1.0.338
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-06-16 00:00:00.000000000 Z
11
+ date: 2022-06-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common