tencentcloud-sdk-bma 3.0.540 → 3.0.542
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/v20221115/models.rb +6 -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: 62daf74e3e7bcb7215ee7635de3cd73c38f2feda
|
4
|
+
data.tar.gz: 3ff1e3fb89a5a7f0a95a429e783a2decbc88d23e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e05c2613e58d402086e6070af93ad7c657389d09cef2ef9a3bea0af9d1ef8c5dc8b535e03a2719c22d3a1a6f992c155de211306c91ce0c7dec24f194b04c7336
|
7
|
+
data.tar.gz: 141f377d24541b4a77488c7067a5d57a4b95ac19d49a57b945d5228667984e6dbab9bbc85848217e5a9763aeddfadd1fae234b7c43ed6e3b2f53ab5e5198bd9e
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.542
|
data/lib/v20221115/models.rb
CHANGED
@@ -45,10 +45,12 @@ module TencentCloud
|
|
45
45
|
# @type InsertTime: String
|
46
46
|
# @param Services: 服务信息
|
47
47
|
# @type Services: :class:`Tencentcloud::Bma.v20221115.models.ServiceData`
|
48
|
+
# @param Uin: 账号id
|
49
|
+
# @type Uin: String
|
48
50
|
|
49
|
-
attr_accessor :CompanyId, :CompanyName, :BrandName, :Phone, :License, :LicenseStatus, :LicenseNote, :Authorization, :AuthorizationStatus, :AuthorizationNote, :Trademarks, :InsertTime, :Services
|
51
|
+
attr_accessor :CompanyId, :CompanyName, :BrandName, :Phone, :License, :LicenseStatus, :LicenseNote, :Authorization, :AuthorizationStatus, :AuthorizationNote, :Trademarks, :InsertTime, :Services, :Uin
|
50
52
|
|
51
|
-
def initialize(companyid=nil, companyname=nil, brandname=nil, phone=nil, license=nil, licensestatus=nil, licensenote=nil, authorization=nil, authorizationstatus=nil, authorizationnote=nil, trademarks=nil, inserttime=nil, services=nil)
|
53
|
+
def initialize(companyid=nil, companyname=nil, brandname=nil, phone=nil, license=nil, licensestatus=nil, licensenote=nil, authorization=nil, authorizationstatus=nil, authorizationnote=nil, trademarks=nil, inserttime=nil, services=nil, uin=nil)
|
52
54
|
@CompanyId = companyid
|
53
55
|
@CompanyName = companyname
|
54
56
|
@BrandName = brandname
|
@@ -62,6 +64,7 @@ module TencentCloud
|
|
62
64
|
@Trademarks = trademarks
|
63
65
|
@InsertTime = inserttime
|
64
66
|
@Services = services
|
67
|
+
@Uin = uin
|
65
68
|
end
|
66
69
|
|
67
70
|
def deserialize(params)
|
@@ -88,6 +91,7 @@ module TencentCloud
|
|
88
91
|
@Services = ServiceData.new
|
89
92
|
@Services.deserialize(params['Services'])
|
90
93
|
end
|
94
|
+
@Uin = params['Uin']
|
91
95
|
end
|
92
96
|
end
|
93
97
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-bma
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.542
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-03
|
11
|
+
date: 2023-04-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|