tencentcloud-sdk-acp 1.0.364 → 3.0.380

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20220105/models.rb +14 -6
  4. metadata +9 -9
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0256a008b16a04a8a07b9df22e7fa397622946f2
4
- data.tar.gz: cbfcc0ca48e253152fd8dfbca1f648a85e68968d
3
+ metadata.gz: 3273bbd489bdff2bed9c0d17239ca40ab4e29f85
4
+ data.tar.gz: 81da8ef69ae46e58bfff1a60b7f77dc52acd0939
5
5
  SHA512:
6
- metadata.gz: 689e12c5d14f65ef20e42179ef738888ec3fa3e980d9bb010c0a927534db023d8451bedd074e634d668c338e6a5a7b0f6fb3edf9f156e02fcd76a35fef424865
7
- data.tar.gz: 8c8d32405b797e668f7b300c75aff1054e32ae3996b61c270fc9f440539229af5fd383599a4974eddcb400c8d65702825683e3b54a27056a646083d2e6fa108e
6
+ metadata.gz: c6ead780731e7b8e4a2a4253b3b0414c62bd50d51c07788ad1d3992205138a4bc50bec359eb80f4771d3a395fef43fa147b8515a763352323d96afe8972552a6
7
+ data.tar.gz: 3273337c9d22a87c9b483dfd20ee698f46e3eba8df3431800586ff1f6a4830e7052aa51b31c364ddf5a103d2ba5ce8f1d51936c8efb820035939255cd320963a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.364
1
+ 3.0.380
@@ -377,17 +377,25 @@ module TencentCloud
377
377
 
378
378
  # DescribeResourceUsageInfo请求参数结构体
379
379
  class DescribeResourceUsageInfoRequest < TencentCloud::Common::AbstractModel
380
- # @param PriceName: 资源计费项名称
380
+ # @param PriceName: 资源计费项名称(为空时,则根据TaskType和Platform进行查询)
381
381
  # @type PriceName: String
382
+ # @param TaskType: 任务类型, 0:基础版, 1:专家版
383
+ # @type TaskType: Integer
384
+ # @param Platform: 应用平台, 0:android
385
+ # @type Platform: Integer
382
386
 
383
- attr_accessor :PriceName
387
+ attr_accessor :PriceName, :TaskType, :Platform
384
388
 
385
- def initialize(pricename=nil)
389
+ def initialize(pricename=nil, tasktype=nil, platform=nil)
386
390
  @PriceName = pricename
391
+ @TaskType = tasktype
392
+ @Platform = platform
387
393
  end
388
394
 
389
395
  def deserialize(params)
390
396
  @PriceName = params['PriceName']
397
+ @TaskType = params['TaskType']
398
+ @Platform = params['Platform']
391
399
  end
392
400
  end
393
401
 
@@ -512,7 +520,7 @@ module TencentCloud
512
520
  # @type TaskID: String
513
521
  # @param TaskType: 任务类型, 0:基础版, 1:专家版, 2:本地化
514
522
  # @type TaskType: Integer
515
- # @param ReportType: 报告类型, 0:诊断报告, 1:堆栈报告
523
+ # @param ReportType: 报告类型, 0:诊断报告, 1:堆栈报告, 2:视频证据(预留), 3:报告json结果
516
524
  # @type ReportType: Integer
517
525
 
518
526
  attr_accessor :Source, :Platform, :TaskID, :TaskType, :ReportType
@@ -538,10 +546,10 @@ module TencentCloud
538
546
  class DescribeScanTaskReportUrlResponse < TencentCloud::Common::AbstractModel
539
547
  # @param Result: 返回值, 0:成功, 其他值请查看“返回值”定义
540
548
  # @type Result: Integer
541
- # @param ReportUrl: 诊断报告/堆栈信息下载链接
549
+ # @param ReportUrl: 诊断报告/堆栈信息/报告json结果下载链接
542
550
  # 注意:此字段可能返回 null,表示取不到有效值。
543
551
  # @type ReportUrl: String
544
- # @param ReportTitle: 诊断报告/堆栈名称
552
+ # @param ReportTitle: 诊断报告/堆栈/报告json结果的名称
545
553
  # 注意:此字段可能返回 null,表示取不到有效值。
546
554
  # @type ReportTitle: String
547
555
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
metadata CHANGED
@@ -1,27 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-acp
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.364
4
+ version: 3.0.380
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-07-27 00:00:00.000000000 Z
11
+ date: 2022-08-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ~>
18
18
  - !ruby/object:Gem::Version
19
19
  version: '1.0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ~>
25
25
  - !ruby/object:Gem::Version
26
26
  version: '1.0'
27
27
  description: Tencent Cloud Ruby SDK is the official software development kit, which
@@ -33,10 +33,10 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/VERSION
37
36
  - lib/tencentcloud-sdk-acp.rb
38
- - lib/v20220105/client.rb
39
37
  - lib/v20220105/models.rb
38
+ - lib/v20220105/client.rb
39
+ - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses:
42
42
  - Apache-2.0
@@ -49,17 +49,17 @@ require_paths:
49
49
  - lib
50
50
  required_ruby_version: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - ">="
52
+ - - '>='
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  required_rubygems_version: !ruby/object:Gem::Requirement
56
56
  requirements:
57
- - - ">="
57
+ - - '>='
58
58
  - !ruby/object:Gem::Version
59
59
  version: '0'
60
60
  requirements: []
61
61
  rubyforge_project:
62
- rubygems_version: 2.6.14
62
+ rubygems_version: 2.0.14
63
63
  signing_key:
64
64
  specification_version: 4
65
65
  summary: Tencent Cloud SDK for Ruby - ACP