Class: TencentCloud::Dlc::V20210125::DescribeEngineUsageInfoResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dlc::V20210125::DescribeEngineUsageInfoResponse
- Defined in:
- lib/v20210125/models.rb
Overview
DescribeEngineUsageInfo返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(total = nil, used = nil, available = nil, availpercent = nil, requestid = nil) ⇒ DescribeEngineUsageInfoResponse
constructor
A new instance of DescribeEngineUsageInfoResponse.
Constructor Details
#initialize(total = nil, used = nil, available = nil, availpercent = nil, requestid = nil) ⇒ DescribeEngineUsageInfoResponse
Returns a new instance of DescribeEngineUsageInfoResponse.
7374 7375 7376 7377 7378 7379 7380 |
# File 'lib/v20210125/models.rb', line 7374 def initialize(total=nil, used=nil, available=nil, availpercent=nil, requestid=nil) @Total = total @Used = used @Available = available @AvailPercent = availpercent @RequestId = requestid end |
Instance Attribute Details
#Available ⇒ Object
7372 7373 7374 |
# File 'lib/v20210125/models.rb', line 7372 def Available @Available end |
#AvailPercent ⇒ Object
7372 7373 7374 |
# File 'lib/v20210125/models.rb', line 7372 def AvailPercent @AvailPercent end |
#RequestId ⇒ Object
7372 7373 7374 |
# File 'lib/v20210125/models.rb', line 7372 def RequestId @RequestId end |
#Total ⇒ Object
7372 7373 7374 |
# File 'lib/v20210125/models.rb', line 7372 def Total @Total end |
#Used ⇒ Object
7372 7373 7374 |
# File 'lib/v20210125/models.rb', line 7372 def Used @Used end |
Instance Method Details
#deserialize(params) ⇒ Object
7382 7383 7384 7385 7386 7387 7388 |
# File 'lib/v20210125/models.rb', line 7382 def deserialize(params) @Total = params['Total'] @Used = params['Used'] @Available = params['Available'] @AvailPercent = params['AvailPercent'] @RequestId = params['RequestId'] end |