tencentcloud-sdk-essbasic 3.0.451 → 3.0.452
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/v20210526/models.rb +7 -2
- 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: 19973485c4ed77914d15b928e290d6274ed98f98
|
4
|
+
data.tar.gz: 10fcbfcb7a3a2e5fb8825d97d627712340766a0b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 208e88c0f52f42a7f2520803834f7e66c420a9f467a2de43971c770830ae2f27435b3263a522375d53774e130edc129409fd198f40e361261e0402d2c8489506
|
7
|
+
data.tar.gz: af3c25830aaab73651ff6cb2ecfd5874e9de8e3b472fbfc038ec1a9aecaab7c8ba47a7866421925d0b7fc35f14c728ca83d70e75c7ffbd879c5c3d5be3c69b85
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.452
|
data/lib/v20210526/models.rb
CHANGED
@@ -3505,15 +3505,19 @@ module TencentCloud
|
|
3505
3505
|
# @param Cancel: 撤回数量
|
3506
3506
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3507
3507
|
# @type Cancel: Integer
|
3508
|
+
# @param FlowChannel: 消耗渠道
|
3509
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3510
|
+
# @type FlowChannel: String
|
3508
3511
|
|
3509
|
-
attr_accessor :ProxyOrganizationOpenId, :ProxyOrganizationName, :Date, :Usage, :Cancel
|
3512
|
+
attr_accessor :ProxyOrganizationOpenId, :ProxyOrganizationName, :Date, :Usage, :Cancel, :FlowChannel
|
3510
3513
|
|
3511
|
-
def initialize(proxyorganizationopenid=nil, proxyorganizationname=nil, date=nil, usage=nil, cancel=nil)
|
3514
|
+
def initialize(proxyorganizationopenid=nil, proxyorganizationname=nil, date=nil, usage=nil, cancel=nil, flowchannel=nil)
|
3512
3515
|
@ProxyOrganizationOpenId = proxyorganizationopenid
|
3513
3516
|
@ProxyOrganizationName = proxyorganizationname
|
3514
3517
|
@Date = date
|
3515
3518
|
@Usage = usage
|
3516
3519
|
@Cancel = cancel
|
3520
|
+
@FlowChannel = flowchannel
|
3517
3521
|
end
|
3518
3522
|
|
3519
3523
|
def deserialize(params)
|
@@ -3522,6 +3526,7 @@ module TencentCloud
|
|
3522
3526
|
@Date = params['Date']
|
3523
3527
|
@Usage = params['Usage']
|
3524
3528
|
@Cancel = params['Cancel']
|
3529
|
+
@FlowChannel = params['FlowChannel']
|
3525
3530
|
end
|
3526
3531
|
end
|
3527
3532
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-essbasic
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.452
|
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-11-
|
11
|
+
date: 2022-11-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|