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.
14815 14816 14817 |
# File 'lib/v20180525/models.rb', line 14815 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
14813 14814 14815 |
# File 'lib/v20180525/models.rb', line 14813 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
14819 14820 14821 |
# File 'lib/v20180525/models.rb', line 14819 def deserialize(params) @RequestId = params['RequestId'] end |