tencentcloud-sdk-dsgc 3.0.892 → 3.0.894

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190723/models.rb +10 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d59c74fce94e732f259246bff3e0e919f8c3d21d
4
- data.tar.gz: 0b2a63ae35ff440154bef6cb8ae9c588883006fc
3
+ metadata.gz: 312b66c677d896a5273126be18627406aea28a55
4
+ data.tar.gz: 665361d1434d00c63298ed06b7d0a75480b4c438
5
5
  SHA512:
6
- metadata.gz: 0f2a9e23738f0aa046761808d7167aa452998b555c3e338a8457fd64f1db1b91a223cc06cd8ed2b9289aca77695252d3a39c87df1eda9afb4e4493fe742b1184
7
- data.tar.gz: 21422dc894cffc6eb6f01bb9ee91c6828d2b38a3529119cd1bd9134d2589abe5cc92ce4ace98a989e67f9a1424164d92594d2210ce37701864143f60679995f7
6
+ metadata.gz: c5af984bc94627daa8fa7ece73cd0e2bd30d836338e33e399307175f52e184489a1de9214047642ccdc53b3c0eca5fd71a86c3710d9a4bf0ac0f245c154d504c
7
+ data.tar.gz: b857f7bde9068f8c4d1197ce7c01bc8f6ebfc52f59f0aaaadc570278e854341f46286f7489cfaf86387a2c56cf28a120a40991f7f385b868709aba02e22ae2dd
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.892
1
+ 3.0.894
@@ -6949,21 +6949,29 @@ module TencentCloud
6949
6949
  # @type DspaId: String
6950
6950
  # @param ComplianceId: 合规组Id
6951
6951
  # @type ComplianceId: Integer
6952
+ # @param Offset: 偏移量,默认为0。
6953
+ # @type Offset: Integer
6954
+ # @param Limit: 返回数量,默认为20,最大值为100。
6955
+ # @type Limit: Integer
6952
6956
  # @param CreditScore: 可信分排序,ASC-升序
6953
6957
  # DESC降序
6954
6958
  # @type CreditScore: String
6955
6959
 
6956
- attr_accessor :DspaId, :ComplianceId, :CreditScore
6960
+ attr_accessor :DspaId, :ComplianceId, :Offset, :Limit, :CreditScore
6957
6961
 
6958
- def initialize(dspaid=nil, complianceid=nil, creditscore=nil)
6962
+ def initialize(dspaid=nil, complianceid=nil, offset=nil, limit=nil, creditscore=nil)
6959
6963
  @DspaId = dspaid
6960
6964
  @ComplianceId = complianceid
6965
+ @Offset = offset
6966
+ @Limit = limit
6961
6967
  @CreditScore = creditscore
6962
6968
  end
6963
6969
 
6964
6970
  def deserialize(params)
6965
6971
  @DspaId = params['DspaId']
6966
6972
  @ComplianceId = params['ComplianceId']
6973
+ @Offset = params['Offset']
6974
+ @Limit = params['Limit']
6967
6975
  @CreditScore = params['CreditScore']
6968
6976
  end
6969
6977
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-dsgc
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.892
4
+ version: 3.0.894
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-08-22 00:00:00.000000000 Z
11
+ date: 2024-08-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common