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.
3352 3353 3354 3355 3356 3357 3358 |
# File 'lib/v20210622/models.rb', line 3352 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
3350 3351 3352 |
# File 'lib/v20210622/models.rb', line 3350 def InstanceId @InstanceId end |
#PeerId ⇒ Object
3350 3351 3352 |
# File 'lib/v20210622/models.rb', line 3350 def PeerId @PeerId end |
#ProductName ⇒ Object
3350 3351 3352 |
# File 'lib/v20210622/models.rb', line 3350 def ProductName @ProductName end |
#Status ⇒ Object
3350 3351 3352 |
# File 'lib/v20210622/models.rb', line 3350 def Status @Status end |
#Topic ⇒ Object
3350 3351 3352 |
# File 'lib/v20210622/models.rb', line 3350 def Topic @Topic end |
Instance Method Details
#deserialize(params) ⇒ Object
3360 3361 3362 3363 3364 3365 3366 |
# File 'lib/v20210622/models.rb', line 3360 def deserialize(params) @ProductName = params['ProductName'] @Status = params['Status'] @InstanceId = params['InstanceId'] @PeerId = params['PeerId'] @Topic = params['Topic'] end |