tencentcloud-sdk-cfw 3.0.712 → 3.0.714

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: a6492b7b7deda2a3354db9a4d19ba5100043a712
4
- data.tar.gz: 04898c1a47a939c7aae28e21b0135a3487f614e1
3
+ metadata.gz: 084ddd1e5328876b02dc9cea0bac5087c2442c0c
4
+ data.tar.gz: 29abece08b4dee756d4759c0fe3d9323e9503fe0
5
5
  SHA512:
6
- metadata.gz: 05620b156f28f6d0645ec477913cf82ceebc60266a3fe5a05e3942be7525f3483d6015c2554ae71980ff90dde081f743a22b0447e390337383cdd7af20b857a0
7
- data.tar.gz: b2018b5cf04103eaf99a03ff4667785b13040adaa99b7a86ed4bfe71a6f737c325f4db827951c359008098936f4d2c4ad52004ca1e692ccda731610364807413
6
+ metadata.gz: b830607f9dc8cd34f800d715742fc3786bf1d6d925da0c58224a832b956243843afefb1264f73af559ddd6eabb007563a4e064e58c668b0a45830757db733054
7
+ data.tar.gz: 2f340229c3d0dfe0bd7d12b53803bd49aa5034cae22e3e53e2739c7fca983e41f2c57f9a687dd4191e25575ec829c0235e50ec69ede65aa628a8a9ba51d3ae71
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.712
1
+ 3.0.714
@@ -3921,17 +3921,21 @@ module TencentCloud
3921
3921
  # @type QueryType: String
3922
3922
  # @param GroupId: 资产组id 全部传0
3923
3923
  # @type GroupId: String
3924
+ # @param ShowType: all 包含子组 own自己
3925
+ # @type ShowType: String
3924
3926
 
3925
- attr_accessor :QueryType, :GroupId
3927
+ attr_accessor :QueryType, :GroupId, :ShowType
3926
3928
 
3927
- def initialize(querytype=nil, groupid=nil)
3929
+ def initialize(querytype=nil, groupid=nil, showtype=nil)
3928
3930
  @QueryType = querytype
3929
3931
  @GroupId = groupid
3932
+ @ShowType = showtype
3930
3933
  end
3931
3934
 
3932
3935
  def deserialize(params)
3933
3936
  @QueryType = params['QueryType']
3934
3937
  @GroupId = params['GroupId']
3938
+ @ShowType = params['ShowType']
3935
3939
  end
3936
3940
  end
3937
3941
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cfw
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.712
4
+ version: 3.0.714
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-11-24 00:00:00.000000000 Z
11
+ date: 2023-11-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common