Class: TencentCloud::Eb::V20210416::DeleteEventBusRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Eb::V20210416::DeleteEventBusRequest
- Defined in:
- lib/v20210416/models.rb
Overview
DeleteEventBus请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(eventbusid = nil) ⇒ DeleteEventBusRequest
constructor
A new instance of DeleteEventBusRequest.
Constructor Details
#initialize(eventbusid = nil) ⇒ DeleteEventBusRequest
Returns a new instance of DeleteEventBusRequest.
689 690 691 |
# File 'lib/v20210416/models.rb', line 689 def initialize(eventbusid=nil) @EventBusId = eventbusid end |
Instance Attribute Details
#EventBusId ⇒ Object
687 688 689 |
# File 'lib/v20210416/models.rb', line 687 def EventBusId @EventBusId end |
Instance Method Details
#deserialize(params) ⇒ Object
693 694 695 |
# File 'lib/v20210416/models.rb', line 693 def deserialize(params) @EventBusId = params['EventBusId'] end |