tencentcloud-sdk-gaap 1.0.215 → 1.0.216

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: b5021226f793d684b47267516598923533ae418b
4
- data.tar.gz: d63da4253b09a4a24a004fbedfb0f5dda86e9695
3
+ metadata.gz: a20481516a0161f479e561927f2c77c2199e3c4f
4
+ data.tar.gz: 3f9bbdd30bd24c54c77408bd0a482ad8651440e5
5
5
  SHA512:
6
- metadata.gz: 56f0d4aabe449fae53ff567f9f707b6215e29cbd46c04e24c2ec8137ca26f0faed1a5d8e6c5f3be67b5c61dc0f4b8dccfd53347467ed8f0866901f3e32b64645
7
- data.tar.gz: 66c03db88c5d2235449f8086c3acfcf1615486dc76a308a380554a45cd5bdf70f26cfcba56cad7f1118f6d8332130ac959fd29f8beebe6597a345091eb82d80f
6
+ metadata.gz: 766e1f8cb1dcd0ccf88db94261b935e95722216bc92ff31461c6b03e43815af21105838578f182e971491137ff4ae69fe7118eb4ea5325373709829049c7cc29
7
+ data.tar.gz: 258ad788afdae86ca89fbb4b554bb5f0b68ed2a9cfefd687a006e81bd3170848f894831b21e614c347cbc092889291a400a035bacd776b34e1f773a60519cdd2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.215
1
+ 1.0.216
@@ -3155,15 +3155,18 @@ module TencentCloud
3155
3155
  # 当时间范围不超过7天,支持最小粒度300秒;
3156
3156
  # 当时间范围不超过30天,支持最小粒度3600秒。
3157
3157
  # @type Granularity: Integer
3158
+ # @param Isp: 运营商(通道为三网通道时有效),支持CMCC,CUCC,CTCC,传空值或不传则合并三个运营商数据
3159
+ # @type Isp: String
3158
3160
 
3159
- attr_accessor :ProxyId, :StartTime, :EndTime, :MetricNames, :Granularity
3161
+ attr_accessor :ProxyId, :StartTime, :EndTime, :MetricNames, :Granularity, :Isp
3160
3162
 
3161
- def initialize(proxyid=nil, starttime=nil, endtime=nil, metricnames=nil, granularity=nil)
3163
+ def initialize(proxyid=nil, starttime=nil, endtime=nil, metricnames=nil, granularity=nil, isp=nil)
3162
3164
  @ProxyId = proxyid
3163
3165
  @StartTime = starttime
3164
3166
  @EndTime = endtime
3165
3167
  @MetricNames = metricnames
3166
3168
  @Granularity = granularity
3169
+ @Isp = isp
3167
3170
  end
3168
3171
 
3169
3172
  def deserialize(params)
@@ -3172,6 +3175,7 @@ module TencentCloud
3172
3175
  @EndTime = params['EndTime']
3173
3176
  @MetricNames = params['MetricNames']
3174
3177
  @Granularity = params['Granularity']
3178
+ @Isp = params['Isp']
3175
3179
  end
3176
3180
  end
3177
3181
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-gaap
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.215
4
+ version: 1.0.216
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-12-02 00:00:00.000000000 Z
11
+ date: 2021-12-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common