Class: TencentCloud::Tdmq::V20200217::DescribeRabbitMQUserRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tdmq::V20200217::DescribeRabbitMQUserRequest
- Defined in:
- lib/v20200217/models.rb
Overview
DescribeRabbitMQUser请求参数结构体
Instance Attribute Summary collapse
- #InstanceId ⇒ Object
- #Limit ⇒ Object
- #Offset ⇒ Object
- #SearchUser ⇒ Object
- #Tags ⇒ Object
- #User ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, searchuser = nil, offset = nil, limit = nil, user = nil, tags = nil) ⇒ DescribeRabbitMQUserRequest
constructor
A new instance of DescribeRabbitMQUserRequest.
Constructor Details
#initialize(instanceid = nil, searchuser = nil, offset = nil, limit = nil, user = nil, tags = nil) ⇒ DescribeRabbitMQUserRequest
Returns a new instance of DescribeRabbitMQUserRequest.
5441 5442 5443 5444 5445 5446 5447 5448 |
# File 'lib/v20200217/models.rb', line 5441 def initialize(instanceid=nil, searchuser=nil, offset=nil, limit=nil, user=nil, =nil) @InstanceId = instanceid @SearchUser = searchuser @Offset = offset @Limit = limit @User = user @Tags = end |
Instance Attribute Details
#InstanceId ⇒ Object
5439 5440 5441 |
# File 'lib/v20200217/models.rb', line 5439 def InstanceId @InstanceId end |
#Limit ⇒ Object
5439 5440 5441 |
# File 'lib/v20200217/models.rb', line 5439 def Limit @Limit end |
#Offset ⇒ Object
5439 5440 5441 |
# File 'lib/v20200217/models.rb', line 5439 def Offset @Offset end |
#SearchUser ⇒ Object
5439 5440 5441 |
# File 'lib/v20200217/models.rb', line 5439 def SearchUser @SearchUser end |
#Tags ⇒ Object
5439 5440 5441 |
# File 'lib/v20200217/models.rb', line 5439 def Tags @Tags end |
#User ⇒ Object
5439 5440 5441 |
# File 'lib/v20200217/models.rb', line 5439 def User @User end |
Instance Method Details
#deserialize(params) ⇒ Object
5450 5451 5452 5453 5454 5455 5456 5457 |
# File 'lib/v20200217/models.rb', line 5450 def deserialize(params) @InstanceId = params['InstanceId'] @SearchUser = params['SearchUser'] @Offset = params['Offset'] @Limit = params['Limit'] @User = params['User'] @Tags = params['Tags'] end |