tencentcloud-sdk-bma 3.0.539 → 3.0.541

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: 9572e12e63cd9e134ab6366896f2c63bf77f8d5f
4
- data.tar.gz: adb7b755300ed49f10aca0fef37c4c46fe0d186a
3
+ metadata.gz: 5c89600865977d4647c7621d3fd953dddeae0c2c
4
+ data.tar.gz: caa46f9765c5287e23b51a631221860f28378736
5
5
  SHA512:
6
- metadata.gz: 8b12e18e727d6820efe4f445ba0c01352b0e8cb68384291a57e17cfffe4208a21805684530f4d9ebe574af5003e22d933c9cb27476ce2b46e8e2d34fa7aab853
7
- data.tar.gz: 06769984393020ef67afd2284e6890382614e07a61c61cf2ba5fc42eda1d67a14130f3c85b48934659b78e95de5e8bedd168d59805ccc2c8ab4733f6f7046f4e
6
+ metadata.gz: 0787801eb3eb727f75e09c404d4e28d11b76a7fd6f4fb05b83485a4e4f901013adabf21f1987912c9d60b72b9dcb9153ca28a0a0490540c696b2d7d3b9614e2f
7
+ data.tar.gz: da123bf8e83306c43984f32c1633e2865cd71d26ff10c03d98d74b6fcbef6ce8d07da2cbd32a3ec5b0cd40e5230a3b6846f5bc2dcf8b8571f7617759a2dfd7be
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.539
1
+ 3.0.541
@@ -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.539
4
+ version: 3.0.541
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-28 00:00:00.000000000 Z
11
+ date: 2023-03-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common