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.
15111 15112 15113 |
# File 'lib/v20180525/models.rb', line 15111 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
15109 15110 15111 |
# File 'lib/v20180525/models.rb', line 15109 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
15115 15116 15117 |
# File 'lib/v20180525/models.rb', line 15115 def deserialize(params) @RequestId = params['RequestId'] end |