Class: TencentCloud::Tke::V20180525::ModifyReservedInstanceScopeResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::ModifyReservedInstanceScopeResponse
- Defined in:
- lib/v20180525/models.rb
Overview
ModifyReservedInstanceScope返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyReservedInstanceScopeResponse
constructor
A new instance of ModifyReservedInstanceScopeResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyReservedInstanceScopeResponse
Returns a new instance of ModifyReservedInstanceScopeResponse.
14866 14867 14868 |
# File 'lib/v20180525/models.rb', line 14866 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
14864 14865 14866 |
# File 'lib/v20180525/models.rb', line 14864 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
14870 14871 14872 |
# File 'lib/v20180525/models.rb', line 14870 def deserialize(params) @RequestId = params['RequestId'] end |