Class: TencentCloud::Dbbrain::V20210527::DescribeDBSpaceStatusResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dbbrain::V20210527::DescribeDBSpaceStatusResponse
- Defined in:
- lib/v20210527/models.rb
Overview
DescribeDBSpaceStatus返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(growth = nil, remain = nil, total = nil, availabledays = nil, requestid = nil) ⇒ DescribeDBSpaceStatusResponse
constructor
A new instance of DescribeDBSpaceStatusResponse.
Constructor Details
#initialize(growth = nil, remain = nil, total = nil, availabledays = nil, requestid = nil) ⇒ DescribeDBSpaceStatusResponse
Returns a new instance of DescribeDBSpaceStatusResponse.
2625 2626 2627 2628 2629 2630 2631 |
# File 'lib/v20210527/models.rb', line 2625 def initialize(growth=nil, remain=nil, total=nil, availabledays=nil, requestid=nil) @Growth = growth @Remain = remain @Total = total @AvailableDays = availabledays @RequestId = requestid end |
Instance Attribute Details
#AvailableDays ⇒ Object
2623 2624 2625 |
# File 'lib/v20210527/models.rb', line 2623 def AvailableDays @AvailableDays end |
#Growth ⇒ Object
2623 2624 2625 |
# File 'lib/v20210527/models.rb', line 2623 def Growth @Growth end |
#Remain ⇒ Object
2623 2624 2625 |
# File 'lib/v20210527/models.rb', line 2623 def Remain @Remain end |
#RequestId ⇒ Object
2623 2624 2625 |
# File 'lib/v20210527/models.rb', line 2623 def RequestId @RequestId end |
#Total ⇒ Object
2623 2624 2625 |
# File 'lib/v20210527/models.rb', line 2623 def Total @Total end |
Instance Method Details
#deserialize(params) ⇒ Object
2633 2634 2635 2636 2637 2638 2639 |
# File 'lib/v20210527/models.rb', line 2633 def deserialize(params) @Growth = params['Growth'] @Remain = params['Remain'] @Total = params['Total'] @AvailableDays = params['AvailableDays'] @RequestId = params['RequestId'] end |