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.
16444 16445 16446 |
# File 'lib/v20180525/models.rb', line 16444 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
16442 16443 16444 |
# File 'lib/v20180525/models.rb', line 16442 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
16448 16449 16450 |
# File 'lib/v20180525/models.rb', line 16448 def deserialize(params) @RequestId = params['RequestId'] end |