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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 107dd18326409206f68d7dbf7a1522b13df03e31
4
- data.tar.gz: 6b7dcae1ed3ffb3c135c2c340ff982912feca71e
3
+ metadata.gz: 62daf74e3e7bcb7215ee7635de3cd73c38f2feda
4
+ data.tar.gz: 3ff1e3fb89a5a7f0a95a429e783a2decbc88d23e
5
5
  SHA512:
6
- metadata.gz: 33937df4960efb0e6c88781e99b52f65648c9510c5b7089a4701a1ed29112530447453d68c2595eed745b70d9163b5b4c6687ceecca4ad052a572e2dc108e0ca
7
- data.tar.gz: 079fabcd2aabc2d0f1b92215ae3481ef92693e6936806bee3701e77ab21dd37df6244103f5c4aefb6b91c60720eea49718c8c7080f25713b235ddbd574e3eee5
6
+ metadata.gz: e05c2613e58d402086e6070af93ad7c657389d09cef2ef9a3bea0af9d1ef8c5dc8b535e03a2719c22d3a1a6f992c155de211306c91ce0c7dec24f194b04c7336
7
+ data.tar.gz: 141f377d24541b4a77488c7067a5d57a4b95ac19d49a57b945d5228667984e6dbab9bbc85848217e5a9763aeddfadd1fae234b7c43ed6e3b2f53ab5e5198bd9e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.540
1
+ 3.0.542
@@ -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.540
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-29 00:00:00.000000000 Z
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