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.
3678 3679 3680 |
# File 'lib/v20210622/models.rb', line 3678 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
3676 3677 3678 |
# File 'lib/v20210622/models.rb', line 3676 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3682 3683 3684 |
# File 'lib/v20210622/models.rb', line 3682 def deserialize(params) @RequestId = params['RequestId'] end |