Class: TencentCloud::Eb::V20210416::CreateEventBusResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Eb::V20210416::CreateEventBusResponse
- Defined in:
- lib/v20210416/models.rb
Overview
CreateEventBus返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(eventbusid = nil, requestid = nil) ⇒ CreateEventBusResponse
constructor
A new instance of CreateEventBusResponse.
Constructor Details
#initialize(eventbusid = nil, requestid = nil) ⇒ CreateEventBusResponse
411 412 413 414 |
# File 'lib/v20210416/models.rb', line 411 def initialize(eventbusid=nil, requestid=nil) @EventBusId = eventbusid @RequestId = requestid end |
Instance Attribute Details
#EventBusId ⇒ Object
409 410 411 |
# File 'lib/v20210416/models.rb', line 409 def EventBusId @EventBusId end |
#RequestId ⇒ Object
409 410 411 |
# File 'lib/v20210416/models.rb', line 409 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
416 417 418 419 |
# File 'lib/v20210416/models.rb', line 416 def deserialize(params) @EventBusId = params['EventBusId'] @RequestId = params['RequestId'] end |