Class: TencentCloud::Apm::V20210622::ModifyApmInstanceResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Apm::V20210622::ModifyApmInstanceResponse
- Defined in:
- lib/v20210622/models.rb
Overview
ModifyApmInstance返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyApmInstanceResponse
constructor
A new instance of ModifyApmInstanceResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyApmInstanceResponse
Returns a new instance of ModifyApmInstanceResponse.
2996 2997 2998 |
# File 'lib/v20210622/models.rb', line 2996 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2994 2995 2996 |
# File 'lib/v20210622/models.rb', line 2994 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3000 3001 3002 |
# File 'lib/v20210622/models.rb', line 3000 def deserialize(params) @RequestId = params['RequestId'] end |