Class: TencentCloud::Goosefs::V20220519::ExpandCapacityResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Goosefs::V20220519::ExpandCapacityResponse
- Defined in:
- lib/v20220519/models.rb
Overview
ExpandCapacity返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ExpandCapacityResponse
constructor
A new instance of ExpandCapacityResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ExpandCapacityResponse
Returns a new instance of ExpandCapacityResponse.
1169 1170 1171 |
# File 'lib/v20220519/models.rb', line 1169 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1167 1168 1169 |
# File 'lib/v20220519/models.rb', line 1167 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1173 1174 1175 |
# File 'lib/v20220519/models.rb', line 1173 def deserialize(params) @RequestId = params['RequestId'] end |