Class: TencentCloud::Tat::V20201028::GeneralResourceQuotaSet
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tat::V20201028::GeneralResourceQuotaSet
- Defined in:
- lib/v20201028/models.rb
Overview
用户配额信息。
Instance Attribute Summary collapse
-
#ResourceName ⇒ Object
- COMMAND:命令 - REGISTER_CODE:托管实例注册码.
-
#ResourceQuotaTotal ⇒ Object
- COMMAND:命令 - REGISTER_CODE:托管实例注册码.
-
#ResourceQuotaUsed ⇒ Object
- COMMAND:命令 - REGISTER_CODE:托管实例注册码.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(resourcename = nil, resourcequotaused = nil, resourcequotatotal = nil) ⇒ GeneralResourceQuotaSet
constructor
A new instance of GeneralResourceQuotaSet.
Constructor Details
#initialize(resourcename = nil, resourcequotaused = nil, resourcequotatotal = nil) ⇒ GeneralResourceQuotaSet
Returns a new instance of GeneralResourceQuotaSet.
1640 1641 1642 1643 1644 |
# File 'lib/v20201028/models.rb', line 1640 def initialize(resourcename=nil, resourcequotaused=nil, resourcequotatotal=nil) @ResourceName = resourcename @ResourceQuotaUsed = resourcequotaused @ResourceQuotaTotal = resourcequotatotal end |
Instance Attribute Details
#ResourceName ⇒ Object
- COMMAND:命令
- REGISTER_CODE:托管实例注册码
1638 1639 1640 |
# File 'lib/v20201028/models.rb', line 1638 def ResourceName @ResourceName end |
#ResourceQuotaTotal ⇒ Object
- COMMAND:命令
- REGISTER_CODE:托管实例注册码
1638 1639 1640 |
# File 'lib/v20201028/models.rb', line 1638 def ResourceQuotaTotal @ResourceQuotaTotal end |
#ResourceQuotaUsed ⇒ Object
- COMMAND:命令
- REGISTER_CODE:托管实例注册码
1638 1639 1640 |
# File 'lib/v20201028/models.rb', line 1638 def ResourceQuotaUsed @ResourceQuotaUsed end |
Instance Method Details
#deserialize(params) ⇒ Object
1646 1647 1648 1649 1650 |
# File 'lib/v20201028/models.rb', line 1646 def deserialize(params) @ResourceName = params['ResourceName'] @ResourceQuotaUsed = params['ResourceQuotaUsed'] @ResourceQuotaTotal = params['ResourceQuotaTotal'] end |