Class: TencentCloud::Eb::V20210416::DeleteTargetRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Eb::V20210416::DeleteTargetRequest
- Defined in:
- lib/v20210416/models.rb
Overview
DeleteTarget请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(eventbusid = nil, targetid = nil, ruleid = nil) ⇒ DeleteTargetRequest
constructor
A new instance of DeleteTargetRequest.
Constructor Details
#initialize(eventbusid = nil, targetid = nil, ruleid = nil) ⇒ DeleteTargetRequest
761 762 763 764 765 |
# File 'lib/v20210416/models.rb', line 761 def initialize(eventbusid=nil, targetid=nil, ruleid=nil) @EventBusId = eventbusid @TargetId = targetid @RuleId = ruleid end |
Instance Attribute Details
#EventBusId ⇒ Object
759 760 761 |
# File 'lib/v20210416/models.rb', line 759 def EventBusId @EventBusId end |
#RuleId ⇒ Object
759 760 761 |
# File 'lib/v20210416/models.rb', line 759 def RuleId @RuleId end |
#TargetId ⇒ Object
759 760 761 |
# File 'lib/v20210416/models.rb', line 759 def TargetId @TargetId end |
Instance Method Details
#deserialize(params) ⇒ Object
767 768 769 770 771 |
# File 'lib/v20210416/models.rb', line 767 def deserialize(params) @EventBusId = params['EventBusId'] @TargetId = params['TargetId'] @RuleId = params['RuleId'] end |