tencentcloud-sdk-dasb 3.0.443 → 3.0.444

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: 712723402855c5565ee87bdb4c3ecf7c84f3c2d3
4
- data.tar.gz: 0b7a29e22e48266ef2bab34b445246e8ee09713a
3
+ metadata.gz: b8996cb6d516943dd7d5bb75a1467ec482c2fd16
4
+ data.tar.gz: 97a3e5b12ea40e80b357f884936c642f4dc17994
5
5
  SHA512:
6
- metadata.gz: b246dad33059299d1fdc1fd3352c2bc8110b3b3db55725b62b454da41a38b0d13c168b55dbb4ea5b06d89c2442ffb1f5faf0553f9e83b646187cbec46b56b091
7
- data.tar.gz: a6bf6bf5f105d0be7799f2b9279607f3e3796fd3327267d0bcec3b84d2b4f62656efc09e2ef03e9af77b39c76d742589be5e5a9ca65e8747e5e13acc919f482c
6
+ metadata.gz: 9e589638759fc8869fa3fe398205564049f82f4d237c57c37544b8c8d2e2d4128f328e9abd52d1da9320da2522d03aa2643802b11fe4269de3461191ee936161
7
+ data.tar.gz: 508915ca12e82acfca07c0cae9fd420c4e0cf37d20ec70237e778e9a6efb15340127a3c3defc9864df9b06e6d2330da303a203d74b4211703857146120a71ce2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.443
1
+ 3.0.444
@@ -829,7 +829,7 @@ module TencentCloud
829
829
  # @type IdSet: Array
830
830
  # @param Name: 访问权限名称,模糊查询,最长64字符
831
831
  # @type Name: String
832
- # @param Offset: 分页偏移位置
832
+ # @param Offset: 分页偏移位置,默认值为0
833
833
  # @type Offset: Integer
834
834
  # @param Limit: 每页条目数量,默认20,最大500
835
835
  # @type Limit: Integer
@@ -945,7 +945,7 @@ module TencentCloud
945
945
  # @type Bound: Boolean
946
946
  # @param Name: 资产名或资产IP,模糊查询
947
947
  # @type Name: String
948
- # @param Offset: 分页偏移位置
948
+ # @param Offset: 分页偏移位置,默认值为0
949
949
  # @type Offset: Integer
950
950
  # @param Limit: 每页条目数,默认20, 最大500
951
951
  # @type Limit: Integer
@@ -1025,7 +1025,7 @@ module TencentCloud
1025
1025
  # @type IdSet: Array
1026
1026
  # @param Name: 资产组名,最长64个字符,模糊查询
1027
1027
  # @type Name: String
1028
- # @param Offset: 分页偏移位置
1028
+ # @param Offset: 分页偏移位置,默认值为0
1029
1029
  # @type Offset: Integer
1030
1030
  # @param Limit: 每页条目数量,缺省20,最大500
1031
1031
  # @type Limit: Integer
@@ -1094,7 +1094,7 @@ module TencentCloud
1094
1094
  # @type ApCodeSet: Array
1095
1095
  # @param Kind: 操作系统类型, 1 - Linux, 2 - Windows, 3 - MySQL, 4 - SQLServer
1096
1096
  # @type Kind: Integer
1097
- # @param Offset: 分页,偏移位置
1097
+ # @param Offset: 分页偏移位置,默认值为0
1098
1098
  # @type Offset: Integer
1099
1099
  # @param Limit: 每页条目数量,默认20
1100
1100
  # @type Limit: Integer
@@ -1239,7 +1239,7 @@ module TencentCloud
1239
1239
  # @type Bound: Boolean
1240
1240
  # @param Name: 用户名或用户姓名,最长64个字符,模糊查询
1241
1241
  # @type Name: String
1242
- # @param Offset: 分页偏移位置
1242
+ # @param Offset: 分页偏移位置,默认值为0
1243
1243
  # @type Offset: Integer
1244
1244
  # @param Limit: 每页条目数量,默认20, 最大500
1245
1245
  # @type Limit: Integer
@@ -1304,7 +1304,7 @@ module TencentCloud
1304
1304
  # @type IdSet: Array
1305
1305
  # @param Name: 用户组名,模糊查询,长度:0-64字符
1306
1306
  # @type Name: String
1307
- # @param Offset: 分页偏移位置
1307
+ # @param Offset: 分页偏移位置,默认值为0
1308
1308
  # @type Offset: Integer
1309
1309
  # @param Limit: 每页条目数量,缺省20,最大500
1310
1310
  # @type Limit: Integer
@@ -1367,7 +1367,7 @@ module TencentCloud
1367
1367
  # @type IdSet: Array
1368
1368
  # @param Name: 模糊查询,IdSet、UserName、Phone为空时才生效,对用户名和姓名进行模糊查询
1369
1369
  # @type Name: String
1370
- # @param Offset: 分页,偏移位置
1370
+ # @param Offset: 分页偏移位置,默认值为0
1371
1371
  # @type Offset: Integer
1372
1372
  # @param Limit: 每页条目数量,默认20, 最大500
1373
1373
  # @type Limit: Integer
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-dasb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.443
4
+ version: 3.0.444
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-11-02 00:00:00.000000000 Z
11
+ date: 2022-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common