tencentcloud-sdk-ba 3.0.769 → 3.0.771

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: 7651484315607d24231502ebe96f210125d9a0f0
4
- data.tar.gz: 1d192875a4adbc4c036e690a15bc4c71780bd71f
3
+ metadata.gz: 15bffc340744b97778258bcb70fd59ac84145937
4
+ data.tar.gz: 485af3afdba901bd3f45c16063e57be621b6db15
5
5
  SHA512:
6
- metadata.gz: d451c5a192270d109849a0505eb4f746874c2edaa3365b3a5430755ea8ab9d1b2b226e60c446ca1240c2a111ef9ef86f052dd4910e92d360f5c9cd09eae98b9b
7
- data.tar.gz: b4466314ef326b23f19c59cb369d9018f946b3c0c1426275e53463bc280375f0c5d8dd92dbc6a8a5268784369115e70d08614b2614aa9beca679d406935008db
6
+ metadata.gz: e539ceb345eb0e2a63e4e49af7f4d37dc9adac50ee5855653638a3888288b369421190ac6b167170ecb31e2af72826ceed638befe12ea329cdd7e8fcaebcaf20
7
+ data.tar.gz: 69de5a96d863a7316af4a2d487b115abc0ce8266d061baca0edc5dc2d921945886067e8d826e3ae03f987eb7e78f5c95aafaf1a353d89aa2db03118565dc03f2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.769
1
+ 3.0.771
@@ -72,15 +72,21 @@ module TencentCloud
72
72
  # @type IsAuthenticated: String
73
73
  # @param Type: 认证类型,个人0,企业1
74
74
  # @type Type: String
75
+ # @param Level: 大客户标识:
76
+ # 1004、1003、1002、1001
77
+
78
+ # 其余为普通的用户
79
+ # @type Level: String
75
80
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
76
81
  # @type RequestId: String
77
82
 
78
- attr_accessor :IsTenPayMasked, :IsAuthenticated, :Type, :RequestId
83
+ attr_accessor :IsTenPayMasked, :IsAuthenticated, :Type, :Level, :RequestId
79
84
 
80
- def initialize(istenpaymasked=nil, isauthenticated=nil, type=nil, requestid=nil)
85
+ def initialize(istenpaymasked=nil, isauthenticated=nil, type=nil, level=nil, requestid=nil)
81
86
  @IsTenPayMasked = istenpaymasked
82
87
  @IsAuthenticated = isauthenticated
83
88
  @Type = type
89
+ @Level = level
84
90
  @RequestId = requestid
85
91
  end
86
92
 
@@ -88,6 +94,7 @@ module TencentCloud
88
94
  @IsTenPayMasked = params['IsTenPayMasked']
89
95
  @IsAuthenticated = params['IsAuthenticated']
90
96
  @Type = params['Type']
97
+ @Level = params['Level']
91
98
  @RequestId = params['RequestId']
92
99
  end
93
100
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ba
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.769
4
+ version: 3.0.771
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-02-26 00:00:00.000000000 Z
11
+ date: 2024-02-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common