Class: TencentCloud::Eb::V20210416::DeleteTargetRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20210416/models.rb

Overview

DeleteTarget请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#EventBusIdObject



759
760
761
# File 'lib/v20210416/models.rb', line 759

def EventBusId
  @EventBusId
end

#RuleIdObject



759
760
761
# File 'lib/v20210416/models.rb', line 759

def RuleId
  @RuleId
end

#TargetIdObject



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