tencentcloud-sdk-ssl 1.0.335 → 1.0.336

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: b5bdc969b731fc30cd6783a36f09f3d9a309a7a1
4
- data.tar.gz: b2632af78c7e62651855f988d87a7f1a055a5085
3
+ metadata.gz: ef657829401adca7e3fba71f32fab380d45aa31e
4
+ data.tar.gz: b0d6c5a6e1832425088db8f66370c522c7cb0b0a
5
5
  SHA512:
6
- metadata.gz: ce53d24a0fc50032f8be53a9136b1460e1077dae0372c93a7a5f868a0e5f5c700de2edf77d2f0a1a43e1ca410a67d8cbce0337203c0351421df2239f8e1faec7
7
- data.tar.gz: 40edae4b037099b7dc7ed20d3fe36a8e393fb844b75c50fae92bea832d507d84eeea827711cddccc5e670e21012da1d4ea23d469fae52df43e217729e7478218
6
+ metadata.gz: bac29f704c927f99c52bb65ad115175d9aca8cf9b09f24b9db16d87d3a58de8eddff415886603114e6e30e3ab75dbdb23432de1d02c18f148df17602361eda94
7
+ data.tar.gz: d45040283009f217ef92e850440641d4a332f64a264a47277b2fb901ce4d23cf07079000e9626c41891853e44a7bcabfa0f885e88e36e58a1dea6f6392c103dd
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.335
1
+ 1.0.336
@@ -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.336
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-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common