Class: TencentCloud::Apm::V20210622::ModifyApmAssociationResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Apm::V20210622::ModifyApmAssociationResponse
- Defined in:
- lib/v20210622/models.rb
Overview
ModifyApmAssociation返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyApmAssociationResponse
constructor
A new instance of ModifyApmAssociationResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyApmAssociationResponse
Returns a new instance of ModifyApmAssociationResponse.
2793 2794 2795 |
# File 'lib/v20210622/models.rb', line 2793 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2791 2792 2793 |
# File 'lib/v20210622/models.rb', line 2791 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2797 2798 2799 |
# File 'lib/v20210622/models.rb', line 2797 def deserialize(params) @RequestId = params['RequestId'] end |