Class: TencentCloud::Tcr::V20190924::ModifyInstanceResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcr::V20190924::ModifyInstanceResponse
- Defined in:
- lib/v20190924/models.rb
Overview
ModifyInstance返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyInstanceResponse
constructor
A new instance of ModifyInstanceResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyInstanceResponse
Returns a new instance of ModifyInstanceResponse.
5305 5306 5307 |
# File 'lib/v20190924/models.rb', line 5305 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
5303 5304 5305 |
# File 'lib/v20190924/models.rb', line 5303 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
5309 5310 5311 |
# File 'lib/v20190924/models.rb', line 5309 def deserialize(params) @RequestId = params['RequestId'] end |