Class: TencentCloud::Apm::V20210622::ModifyApmAssociationRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Apm::V20210622::ModifyApmAssociationRequest
- Defined in:
- lib/v20210622/models.rb
Overview
ModifyApmAssociation请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(productname = nil, status = nil, instanceid = nil, peerid = nil, topic = nil) ⇒ ModifyApmAssociationRequest
constructor
A new instance of ModifyApmAssociationRequest.
Constructor Details
#initialize(productname = nil, status = nil, instanceid = nil, peerid = nil, topic = nil) ⇒ ModifyApmAssociationRequest
Returns a new instance of ModifyApmAssociationRequest.
2769 2770 2771 2772 2773 2774 2775 |
# File 'lib/v20210622/models.rb', line 2769 def initialize(productname=nil, status=nil, instanceid=nil, peerid=nil, topic=nil) @ProductName = productname @Status = status @InstanceId = instanceid @PeerId = peerid @Topic = topic end |
Instance Attribute Details
#InstanceId ⇒ Object
2767 2768 2769 |
# File 'lib/v20210622/models.rb', line 2767 def InstanceId @InstanceId end |
#PeerId ⇒ Object
2767 2768 2769 |
# File 'lib/v20210622/models.rb', line 2767 def PeerId @PeerId end |
#ProductName ⇒ Object
2767 2768 2769 |
# File 'lib/v20210622/models.rb', line 2767 def ProductName @ProductName end |
#Status ⇒ Object
2767 2768 2769 |
# File 'lib/v20210622/models.rb', line 2767 def Status @Status end |
#Topic ⇒ Object
2767 2768 2769 |
# File 'lib/v20210622/models.rb', line 2767 def Topic @Topic end |
Instance Method Details
#deserialize(params) ⇒ Object
2777 2778 2779 2780 2781 2782 2783 |
# File 'lib/v20210622/models.rb', line 2777 def deserialize(params) @ProductName = params['ProductName'] @Status = params['Status'] @InstanceId = params['InstanceId'] @PeerId = params['PeerId'] @Topic = params['Topic'] end |