tencentcloud-sdk-apm 3.0.875 → 3.0.876

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: fa52d4cda32bbbef49df6eb9db6d774de42f18dd
4
- data.tar.gz: 559d83df6bd98c5352125a87e83fc090975fb4c4
3
+ metadata.gz: bfaa9615abd561f894132e6a4694ff3c724d5038
4
+ data.tar.gz: 10b685098aa33cf266962dd2198de6f50aa3cfaf
5
5
  SHA512:
6
- metadata.gz: 5d370c44450cce3f6848c0218547634527e250784059810a13543482062f3ce9241a8e10944e787352dab715b1a550b52d3cdd871b1da657157a5bb3662ed320
7
- data.tar.gz: 77ec6e197d1e49de1b83c724cefc70fefb56e4e72541436dcbe026c5f584e24bf903da710bd2a495a15b24e02b94237ccd7b010d0ad19215a01e84e5ec092670
6
+ metadata.gz: 731dcd7c1323f12acea62cc42c45f3cf2940f4a4a0dc0596d03642fb5ca9dc4667bbbfcddc388d0628b624afdb84fb82d0aef24b9186fdcc1f5bb3817502eeca
7
+ data.tar.gz: d5c5f19328bcc497baae4e4e83e6dea9f8b8da263095f45afc7149ff6789be861c9298c6f8606f4d0cb955f70e29dc5a4298820e954f10c71002fe4b318cde9c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.875
1
+ 3.0.876
@@ -925,10 +925,12 @@ module TencentCloud
925
925
  # @type PageSize: Integer
926
926
  # @param OrFilters: Or过滤条件
927
927
  # @type OrFilters: Array
928
+ # @param Type: 数据来源
929
+ # @type Type: String
928
930
 
929
- attr_accessor :Filters, :Metrics, :GroupBy, :OrderBy, :InstanceId, :Limit, :StartTime, :Offset, :EndTime, :BusinessName, :PageIndex, :PageSize, :OrFilters
931
+ attr_accessor :Filters, :Metrics, :GroupBy, :OrderBy, :InstanceId, :Limit, :StartTime, :Offset, :EndTime, :BusinessName, :PageIndex, :PageSize, :OrFilters, :Type
930
932
 
931
- def initialize(filters=nil, metrics=nil, groupby=nil, orderby=nil, instanceid=nil, limit=nil, starttime=nil, offset=nil, endtime=nil, businessname=nil, pageindex=nil, pagesize=nil, orfilters=nil)
933
+ def initialize(filters=nil, metrics=nil, groupby=nil, orderby=nil, instanceid=nil, limit=nil, starttime=nil, offset=nil, endtime=nil, businessname=nil, pageindex=nil, pagesize=nil, orfilters=nil, type=nil)
932
934
  @Filters = filters
933
935
  @Metrics = metrics
934
936
  @GroupBy = groupby
@@ -942,6 +944,7 @@ module TencentCloud
942
944
  @PageIndex = pageindex
943
945
  @PageSize = pagesize
944
946
  @OrFilters = orfilters
947
+ @Type = type
945
948
  end
946
949
 
947
950
  def deserialize(params)
@@ -982,6 +985,7 @@ module TencentCloud
982
985
  @OrFilters << filter_tmp
983
986
  end
984
987
  end
988
+ @Type = params['Type']
985
989
  end
986
990
  end
987
991
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-apm
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.875
4
+ version: 3.0.876
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-07-29 00:00:00.000000000 Z
11
+ date: 2024-07-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common