tencentcloud-sdk-sqlserver 3.0.665 → 3.0.666

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: c0fd797fa74cd938a5ab164152a792816a471878
4
- data.tar.gz: 6ec7cd80879f4366b40f019bfc18efcf2c8833f9
3
+ metadata.gz: ff8a1772eae3624764086a497394bbb514c45407
4
+ data.tar.gz: 4e31c723a7da39ae4ba7199c17fd2c36902c9e66
5
5
  SHA512:
6
- metadata.gz: 5737942152ba7d154c0dda495cac56c7b9daf705476e40fc99c686d957e9c9d15f6098bab9a0868690ccf4c69dc70ee9f1c0516c3c3636568485c088dd0c9a15
7
- data.tar.gz: b96ad8e0c9ca4fbe8c2364fd4c655f3e5b0450a9016537157344c2d5777ea9309134a8828e37e4ba8f76cc3e5129fbeffecf5429b20b5b2721f3b8ce5d3db1bf
6
+ metadata.gz: c26b8e32ac9e2d98fe240d15c06d70ee5e54526a72601809f4f34bd3753768a494a2b93c54e05bc75f8c2d824555544fcfb5fae46d00b079fb3233f0d17f2ec4
7
+ data.tar.gz: bb65ce817bbe675b529d56f5917e735577e70e4d5cad7e34e9943d54f30655b2371b12cce617349124019d9c8784420601e8d396aeab03b9ead61d789ba455e3
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.665
1
+ 3.0.666
@@ -3692,10 +3692,12 @@ module TencentCloud
3692
3692
  # @type UidSet: Array
3693
3693
  # @param InstanceType: 实例类型 HA-高可用 RO-只读实例 SI-基础版 BI-商业智能服务
3694
3694
  # @type InstanceType: String
3695
+ # @param PaginationType: 分页查询方式 offset-按照偏移量分页查询,pageNumber-按照页数分页查询,默认取值pageNumber
3696
+ # @type PaginationType: String
3695
3697
 
3696
- attr_accessor :ProjectId, :Status, :Offset, :Limit, :InstanceIdSet, :PayMode, :VpcId, :SubnetId, :VipSet, :InstanceNameSet, :VersionSet, :Zone, :TagKeys, :SearchKey, :UidSet, :InstanceType
3698
+ attr_accessor :ProjectId, :Status, :Offset, :Limit, :InstanceIdSet, :PayMode, :VpcId, :SubnetId, :VipSet, :InstanceNameSet, :VersionSet, :Zone, :TagKeys, :SearchKey, :UidSet, :InstanceType, :PaginationType
3697
3699
 
3698
- def initialize(projectid=nil, status=nil, offset=nil, limit=nil, instanceidset=nil, paymode=nil, vpcid=nil, subnetid=nil, vipset=nil, instancenameset=nil, versionset=nil, zone=nil, tagkeys=nil, searchkey=nil, uidset=nil, instancetype=nil)
3700
+ def initialize(projectid=nil, status=nil, offset=nil, limit=nil, instanceidset=nil, paymode=nil, vpcid=nil, subnetid=nil, vipset=nil, instancenameset=nil, versionset=nil, zone=nil, tagkeys=nil, searchkey=nil, uidset=nil, instancetype=nil, paginationtype=nil)
3699
3701
  @ProjectId = projectid
3700
3702
  @Status = status
3701
3703
  @Offset = offset
@@ -3712,6 +3714,7 @@ module TencentCloud
3712
3714
  @SearchKey = searchkey
3713
3715
  @UidSet = uidset
3714
3716
  @InstanceType = instancetype
3717
+ @PaginationType = paginationtype
3715
3718
  end
3716
3719
 
3717
3720
  def deserialize(params)
@@ -3731,6 +3734,7 @@ module TencentCloud
3731
3734
  @SearchKey = params['SearchKey']
3732
3735
  @UidSet = params['UidSet']
3733
3736
  @InstanceType = params['InstanceType']
3737
+ @PaginationType = params['PaginationType']
3734
3738
  end
3735
3739
  end
3736
3740
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-sqlserver
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.665
4
+ version: 3.0.666
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-09-22 00:00:00.000000000 Z
11
+ date: 2023-09-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common