tencentcloud-sdk-svp 3.0.1023 → 3.0.1025
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20240125/models.rb +0 -22
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fe13bb09311de0255a0865fc289518708fb6faf3
|
4
|
+
data.tar.gz: e5abe5cfb024f96f5df6d8241ed88d42ef942e88
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 02cffca46e1be6798992631d27696cf0cf215d1cc50db343f3f6af4d8bf2367d6d9f5da583038a4f995bc20e154ae1a95e0e0cfeb4c8b305891a99481ec55d5e
|
7
|
+
data.tar.gz: c549c108e3769b1af5366814fb32f35228b05386d44f5929170088485f5c1e80b8de7c80c943e086afe848bb31019e4a9b5bbfe8780402c7ed2ff1fae2652d0b
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1025
|
data/lib/v20240125/models.rb
CHANGED
@@ -218,7 +218,6 @@ module TencentCloud
|
|
218
218
|
# DescribeSavingPlanDeduct返回参数结构体
|
219
219
|
class DescribeSavingPlanDeductResponse < TencentCloud::Common::AbstractModel
|
220
220
|
# @param Total: 查询命中的节省计划抵扣明细数据总条数
|
221
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
222
221
|
# @type Total: Integer
|
223
222
|
# @param Deducts: 查询命中的节省计划抵扣明细数据明细
|
224
223
|
# @type Deducts: Array
|
@@ -278,7 +277,6 @@ module TencentCloud
|
|
278
277
|
# DescribeSavingPlanOverview返回参数结构体
|
279
278
|
class DescribeSavingPlanOverviewResponse < TencentCloud::Common::AbstractModel
|
280
279
|
# @param Overviews: 节省计划总览明细数据
|
281
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
282
280
|
# @type Overviews: Array
|
283
281
|
# @param Total: 查询命中的节省计划总览明细数据总条数
|
284
282
|
# @type Total: Integer
|
@@ -473,64 +471,44 @@ module TencentCloud
|
|
473
471
|
# 节省计划抵扣明细
|
474
472
|
class SavingPlanDeductDetail < TencentCloud::Common::AbstractModel
|
475
473
|
# @param OwnerUin: 账号id
|
476
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
477
474
|
# @type OwnerUin: String
|
478
475
|
# @param OwnerUinName: 账号名称
|
479
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
480
476
|
# @type OwnerUinName: String
|
481
477
|
# @param PayerUin: 抵扣账号id
|
482
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
483
478
|
# @type PayerUin: String
|
484
479
|
# @param PayerUinName: 抵扣账号名称
|
485
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
486
480
|
# @type PayerUinName: String
|
487
481
|
# @param SpId: 节省计划资源id
|
488
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
489
482
|
# @type SpId: String
|
490
483
|
# @param ProductCode: 产品编码
|
491
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
492
484
|
# @type ProductCode: String
|
493
485
|
# @param ProductName: 产品名称
|
494
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
495
486
|
# @type ProductName: String
|
496
487
|
# @param SubProductCode: 子产品编码
|
497
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
498
488
|
# @type SubProductCode: String
|
499
489
|
# @param SubProductName: 子产品名称
|
500
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
501
490
|
# @type SubProductName: String
|
502
491
|
# @param OutTradeNo: 交易ID
|
503
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
504
492
|
# @type OutTradeNo: String
|
505
493
|
# @param RegionId: 地域id
|
506
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
507
494
|
# @type RegionId: Integer
|
508
495
|
# @param RegionName: 地域名称
|
509
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
510
496
|
# @type RegionName: String
|
511
497
|
# @param ZoneId: 地区id
|
512
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
513
498
|
# @type ZoneId: Integer
|
514
499
|
# @param ZoneName: 地区名称
|
515
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
516
500
|
# @type ZoneName: String
|
517
501
|
# @param SpStartTime: 开始使用时间
|
518
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
519
502
|
# @type SpStartTime: String
|
520
503
|
# @param SpEndTime: 结束使用时间
|
521
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
522
504
|
# @type SpEndTime: String
|
523
505
|
# @param DeductTime: 折扣时间
|
524
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
525
506
|
# @type DeductTime: String
|
526
507
|
# @param DeductAmount: 抵扣金额,单位分
|
527
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
528
508
|
# @type DeductAmount: String
|
529
509
|
# @param DeductDiscount: 抵扣折扣率
|
530
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
531
510
|
# @type DeductDiscount: String
|
532
511
|
# @param DeductRate: 抵扣比率
|
533
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
534
512
|
# @type DeductRate: String
|
535
513
|
|
536
514
|
attr_accessor :OwnerUin, :OwnerUinName, :PayerUin, :PayerUinName, :SpId, :ProductCode, :ProductName, :SubProductCode, :SubProductName, :OutTradeNo, :RegionId, :RegionName, :ZoneId, :ZoneName, :SpStartTime, :SpEndTime, :DeductTime, :DeductAmount, :DeductDiscount, :DeductRate
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-svp
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1025
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-03-
|
11
|
+
date: 2025-03-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|