tencentcloud-sdk-cloudapp 3.0.1069 → 3.0.1070

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: 891b95629efaa51a6bd4f6d887c17f1cf4f110d3
4
- data.tar.gz: 2cc188f9a87f78f05b266b8ad7ece6a365327496
3
+ metadata.gz: 7212dafa653a3244b4a80a55d50f7a20da03682e
4
+ data.tar.gz: 8663ce850deadaff1534c9d206325d2cec2870ea
5
5
  SHA512:
6
- metadata.gz: 7d737431fe2d7cc1e70ce58d1e71191f313cc59e9a5410df5addc09f81876fe63381679822d10b9a830943c6aa55ae9843da6ea9d0419ee57e4d614d130bbe1c
7
- data.tar.gz: ea74a2fb522b48397177d212bad3605bff67a462605f47fb59ea99b731ce4e9a0e6f5acbe5a3312feb459bbf96227f9c250f2c4c96aca273f9ffa4176c33e614
6
+ metadata.gz: de9d15a8c26dc3b108bdcb5ebd9b8cbcf50c3ffb45134dbff51187678a28e5398c7bca4df0df576588cdcf470a0851fb4e48a11e60bf41e5a999a066106a5fbd
7
+ data.tar.gz: eaed1c253656ee316a83cf2da5d277844a17cb0dc1669abf7d1d539d94ecdbea5e05b611188a3529dab6b6fcd886e93254d32f4015da766a45ed4593812d0e9a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1069
1
+ 3.0.1070
@@ -55,10 +55,12 @@ module TencentCloud
55
55
  # @type LifeSpanUnit: String
56
56
  # @param LicenseType: 授权的类型:Standard正式版/Development开发版/Trial体验版
57
57
  # @type LicenseType: String
58
+ # @param LicenseLevel: 授权的层级:Master 主授权;Child 子授权/增强型授权
59
+ # @type LicenseLevel: String
58
60
 
59
- attr_accessor :LicenseId, :LicenseMode, :LicenseStatus, :ProviderId, :SoftwarePackageId, :SoftwarePackageVersion, :AuthorizedUserUin, :AuthorizedCloudappId, :AuthorizedCloudappRoleId, :AuthorizedSpecification, :BillingMode, :LifeSpan, :IssueDate, :ActivationDate, :ExpirationDate, :LifeSpanUnit, :LicenseType
61
+ attr_accessor :LicenseId, :LicenseMode, :LicenseStatus, :ProviderId, :SoftwarePackageId, :SoftwarePackageVersion, :AuthorizedUserUin, :AuthorizedCloudappId, :AuthorizedCloudappRoleId, :AuthorizedSpecification, :BillingMode, :LifeSpan, :IssueDate, :ActivationDate, :ExpirationDate, :LifeSpanUnit, :LicenseType, :LicenseLevel
60
62
 
61
- def initialize(licenseid=nil, licensemode=nil, licensestatus=nil, providerid=nil, softwarepackageid=nil, softwarepackageversion=nil, authorizeduseruin=nil, authorizedcloudappid=nil, authorizedcloudapproleid=nil, authorizedspecification=nil, billingmode=nil, lifespan=nil, issuedate=nil, activationdate=nil, expirationdate=nil, lifespanunit=nil, licensetype=nil)
63
+ def initialize(licenseid=nil, licensemode=nil, licensestatus=nil, providerid=nil, softwarepackageid=nil, softwarepackageversion=nil, authorizeduseruin=nil, authorizedcloudappid=nil, authorizedcloudapproleid=nil, authorizedspecification=nil, billingmode=nil, lifespan=nil, issuedate=nil, activationdate=nil, expirationdate=nil, lifespanunit=nil, licensetype=nil, licenselevel=nil)
62
64
  @LicenseId = licenseid
63
65
  @LicenseMode = licensemode
64
66
  @LicenseStatus = licensestatus
@@ -76,6 +78,7 @@ module TencentCloud
76
78
  @ExpirationDate = expirationdate
77
79
  @LifeSpanUnit = lifespanunit
78
80
  @LicenseType = licensetype
81
+ @LicenseLevel = licenselevel
79
82
  end
80
83
 
81
84
  def deserialize(params)
@@ -103,6 +106,7 @@ module TencentCloud
103
106
  @ExpirationDate = params['ExpirationDate']
104
107
  @LifeSpanUnit = params['LifeSpanUnit']
105
108
  @LicenseType = params['LicenseType']
109
+ @LicenseLevel = params['LicenseLevel']
106
110
  end
107
111
  end
108
112
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cloudapp
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1069
4
+ version: 3.0.1070
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-05-27 00:00:00.000000000 Z
11
+ date: 2025-05-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common