Class: TencentCloud::Tdmq::V20200217::CreateRabbitMQUserResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tdmq::V20200217::CreateRabbitMQUserResponse
- Defined in:
- lib/v20200217/models.rb
Overview
CreateRabbitMQUser返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(user = nil, requestid = nil) ⇒ CreateRabbitMQUserResponse
constructor
A new instance of CreateRabbitMQUserResponse.
Constructor Details
#initialize(user = nil, requestid = nil) ⇒ CreateRabbitMQUserResponse
Returns a new instance of CreateRabbitMQUserResponse.
1740 1741 1742 1743 |
# File 'lib/v20200217/models.rb', line 1740 def initialize(user=nil, requestid=nil) @User = user @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1738 1739 1740 |
# File 'lib/v20200217/models.rb', line 1738 def RequestId @RequestId end |
#User ⇒ Object
1738 1739 1740 |
# File 'lib/v20200217/models.rb', line 1738 def User @User end |
Instance Method Details
#deserialize(params) ⇒ Object
1745 1746 1747 1748 |
# File 'lib/v20200217/models.rb', line 1745 def deserialize(params) @User = params['User'] @RequestId = params['RequestId'] end |