tencentcloud-sdk-ba 3.0.770 → 3.0.772

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: 1a5ae7bf62cc56aa3cf70eb9638be7c285f5be74
4
- data.tar.gz: eb3f70f33a6aaccfbc4280924fc434c7469209ea
3
+ metadata.gz: cd73107d5b56b46f9f052ceeaf3a8faa32a4d166
4
+ data.tar.gz: 617f7655d7da5253414bc7e35b797266e02866f3
5
5
  SHA512:
6
- metadata.gz: 5621bf198ea540711aa40d23b61b478e993faf16876e7e12bcc253f8f7665646b7d64df0c0f53c8dfa0e90736d1013ac5296024f6775c8d4bfbacdb47ff84bea
7
- data.tar.gz: 6fc1b2cb9a1372d6606f4cf0d63d9b83e80ed1574ab7d84ee3fd7770997235f47ade0a36bfbdf1ef88f595bf65b99329c5fe236ff69fe4782f439ed3f8ed7c71
6
+ metadata.gz: 240c726934c1b1f232b78969a0243c1a51d77e489196c12f4781885831946d5574bcea969ea5f65994d13fa5a8ea800d65d8ec4fd9b011efab79ffa2063bc6e8
7
+ data.tar.gz: dfbde49a59558467bb62b111c706bb5cde23754ce19e00f7fee0c22b2bf6fd46f680f03129d91c9320853be2da4ff46a0ccc281c621fd1c67e69f0b13bae133f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.770
1
+ 3.0.772
@@ -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.770
4
+ version: 3.0.772
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-27 00:00:00.000000000 Z
11
+ date: 2024-02-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common