Class: TencentCloud::Rum::V20210622::ModifyInstanceResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Rum::V20210622::ModifyInstanceResponse
- Defined in:
- lib/v20210622/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.
3686 3687 3688 |
# File 'lib/v20210622/models.rb', line 3686 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
3684 3685 3686 |
# File 'lib/v20210622/models.rb', line 3684 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3690 3691 3692 |
# File 'lib/v20210622/models.rb', line 3690 def deserialize(params) @RequestId = params['RequestId'] end |