Class: TencentCloud::Tdmq::V20200217::DeleteRabbitMQUserResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tdmq::V20200217::DeleteRabbitMQUserResponse
- Defined in:
- lib/v20200217/models.rb
Overview
DeleteRabbitMQUser返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteRabbitMQUserResponse
constructor
A new instance of DeleteRabbitMQUserResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteRabbitMQUserResponse
Returns a new instance of DeleteRabbitMQUserResponse.
2864 2865 2866 |
# File 'lib/v20200217/models.rb', line 2864 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2862 2863 2864 |
# File 'lib/v20200217/models.rb', line 2862 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2868 2869 2870 |
# File 'lib/v20200217/models.rb', line 2868 def deserialize(params) @RequestId = params['RequestId'] end |