tencentcloud-sdk-cfw 3.0.713 → 3.0.715

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: 38aa7f5d3a8f57067fbba4b906a8f19bcd6f4f91
4
- data.tar.gz: b382e31f0f122f5d2f8f7c1ff794f0091bec066f
3
+ metadata.gz: 027650561e94259cb92e6d9cc307265298205ec4
4
+ data.tar.gz: 8848164ac9be5a1c11eca4fe19a46dcda786b1ec
5
5
  SHA512:
6
- metadata.gz: d6bc272da65dad7990c765472c310703333785328f513b1997557cc1660ed340e106beb2541804caff02004542fcd2c7c5bbe72327705f08c88458730f82b62b
7
- data.tar.gz: f9d23f5eff7a3fbe2b069f82b48c817d0b1fcc35231d45d5b4495879b2e7d18eb929fda7e722616dd8cdb37932bbf403cf7e2d687f7a0a5e0f9af1c3e6f5b1d3
6
+ metadata.gz: e340b7486b66d110e69b268faa37784ce880942ab27b20cf395a3779f36c0b586ce6a562aed8c12de5bc3d3f2614e945d67049f98579395a020ebc5f9e7e9742
7
+ data.tar.gz: c5636f5b140be395a93913d68f30167ab65e83604f4e5b6e2207cefd9244b75f8138ba0700aac84fd601a531aefa8fc5643da5338346ced13c32e72d37eceefe
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.713
1
+ 3.0.715
@@ -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.713
4
+ version: 3.0.715
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-27 00:00:00.000000000 Z
11
+ date: 2023-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common