Class: TencentCloud::Mmps::V20200710::ResourceUsageInfoData
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mmps::V20200710::ResourceUsageInfoData
- Defined in:
- lib/v20200710/models.rb
Overview
翼扬安全资源使用情况
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(resourcename = nil, total = nil, unusedcount = nil) ⇒ ResourceUsageInfoData
constructor
A new instance of ResourceUsageInfoData.
Constructor Details
#initialize(resourcename = nil, total = nil, unusedcount = nil) ⇒ ResourceUsageInfoData
Returns a new instance of ResourceUsageInfoData.
1215 1216 1217 1218 1219 |
# File 'lib/v20200710/models.rb', line 1215 def initialize(resourcename=nil, total=nil, unusedcount=nil) @ResourceName = resourcename @Total = total @UnusedCount = unusedcount end |
Instance Attribute Details
#ResourceName ⇒ Object
1213 1214 1215 |
# File 'lib/v20200710/models.rb', line 1213 def ResourceName @ResourceName end |
#Total ⇒ Object
1213 1214 1215 |
# File 'lib/v20200710/models.rb', line 1213 def Total @Total end |
#UnusedCount ⇒ Object
1213 1214 1215 |
# File 'lib/v20200710/models.rb', line 1213 def UnusedCount @UnusedCount end |
Instance Method Details
#deserialize(params) ⇒ Object
1221 1222 1223 1224 1225 |
# File 'lib/v20200710/models.rb', line 1221 def deserialize(params) @ResourceName = params['ResourceName'] @Total = params['Total'] @UnusedCount = params['UnusedCount'] end |