Class: TencentCloud::Dbbrain::V20191016::DescribeDBSpaceStatusResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dbbrain::V20191016::DescribeDBSpaceStatusResponse
- Defined in:
- lib/v20191016/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.
754 755 756 757 758 759 760 |
# File 'lib/v20191016/models.rb', line 754 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
752 753 754 |
# File 'lib/v20191016/models.rb', line 752 def AvailableDays @AvailableDays end |
#Growth ⇒ Object
752 753 754 |
# File 'lib/v20191016/models.rb', line 752 def Growth @Growth end |
#Remain ⇒ Object
752 753 754 |
# File 'lib/v20191016/models.rb', line 752 def Remain @Remain end |
#RequestId ⇒ Object
752 753 754 |
# File 'lib/v20191016/models.rb', line 752 def RequestId @RequestId end |
#Total ⇒ Object
752 753 754 |
# File 'lib/v20191016/models.rb', line 752 def Total @Total end |
Instance Method Details
#deserialize(params) ⇒ Object
762 763 764 765 766 767 768 |
# File 'lib/v20191016/models.rb', line 762 def deserialize(params) @Growth = params['Growth'] @Remain = params['Remain'] @Total = params['Total'] @AvailableDays = params['AvailableDays'] @RequestId = params['RequestId'] end |