tencentcloud-sdk-vcube 3.0.1041 → 3.0.1042

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: 61169a345d8642e6948d64f1c4b2812184fc4937
4
- data.tar.gz: aee660cdd878182e43ed72fbdbbcbf95fd0389fb
3
+ metadata.gz: 69ba88af23b298247455f5a121c2312d711f5b30
4
+ data.tar.gz: 4bfb4590d69be5c3418d1a88c4e7962c09d7538f
5
5
  SHA512:
6
- metadata.gz: a13a86dbca94227d0c57b78673258fa473915aadb052cfbe5a6be4733dc0e6262f0327edf3e82647ecd64f14995b2f73fc182cc046112baadc1ba8c63b76f061
7
- data.tar.gz: a5bb3b1e40b2272470f0256773b3b9a89ec0e4ff9364a003bb814ef8c167450815517667f1795804346af457923022d0b8489f2b1468a525b18eb011767b253c
6
+ metadata.gz: 8bab3ba4a1641b32b491d64dbce0d8b258c90816da0b679e84398c8ff746693cb719b80610a0c55a05b794d434b22495a0f804dec0e54c67dd86a64d513542c9
7
+ data.tar.gz: 89d7f5ab09abd9d1498ecc509dfd3db7488c0953d92cf58203082dd9eaae286b37f19393280adee45d8c8c1ba3a4748620f0d7b4170ca911d822d514ac65e8a5
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1041
1
+ 3.0.1042
@@ -117,10 +117,12 @@ module TencentCloud
117
117
  # @type DomainList: Array
118
118
  # @param AppId: 账号AppId
119
119
  # @type AppId: String
120
+ # @param NameLimit: 扩展包名数量上限
121
+ # @type NameLimit: Integer
120
122
 
121
- attr_accessor :AppName, :BundleId, :AppType, :Licenses, :LicenseKey, :PackageName, :CreatedAt, :UpdatedAt, :ApplicationId, :LicenseUrl, :XMagics, :MacBundleId, :WinProcessName, :DomainList, :AppId
123
+ attr_accessor :AppName, :BundleId, :AppType, :Licenses, :LicenseKey, :PackageName, :CreatedAt, :UpdatedAt, :ApplicationId, :LicenseUrl, :XMagics, :MacBundleId, :WinProcessName, :DomainList, :AppId, :NameLimit
122
124
 
123
- def initialize(appname=nil, bundleid=nil, apptype=nil, licenses=nil, licensekey=nil, packagename=nil, createdat=nil, updatedat=nil, applicationid=nil, licenseurl=nil, xmagics=nil, macbundleid=nil, winprocessname=nil, domainlist=nil, appid=nil)
125
+ def initialize(appname=nil, bundleid=nil, apptype=nil, licenses=nil, licensekey=nil, packagename=nil, createdat=nil, updatedat=nil, applicationid=nil, licenseurl=nil, xmagics=nil, macbundleid=nil, winprocessname=nil, domainlist=nil, appid=nil, namelimit=nil)
124
126
  @AppName = appname
125
127
  @BundleId = bundleid
126
128
  @AppType = apptype
@@ -136,6 +138,7 @@ module TencentCloud
136
138
  @WinProcessName = winprocessname
137
139
  @DomainList = domainlist
138
140
  @AppId = appid
141
+ @NameLimit = namelimit
139
142
  end
140
143
 
141
144
  def deserialize(params)
@@ -168,6 +171,7 @@ module TencentCloud
168
171
  @WinProcessName = params['WinProcessName']
169
172
  @DomainList = params['DomainList']
170
173
  @AppId = params['AppId']
174
+ @NameLimit = params['NameLimit']
171
175
  end
172
176
  end
173
177
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-vcube
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1041
4
+ version: 3.0.1042
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-04-16 00:00:00.000000000 Z
11
+ date: 2025-04-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,9 +33,9 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
+ - lib/tencentcloud-sdk-vcube.rb
36
37
  - lib/v20220410/client.rb
37
38
  - lib/v20220410/models.rb
38
- - lib/tencentcloud-sdk-vcube.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: