Class: TencentCloud::Mongodb::V20190725::SetAccountUserPrivilegeResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mongodb::V20190725::SetAccountUserPrivilegeResponse
- Defined in:
- lib/v20190725/models.rb
Overview
SetAccountUserPrivilege返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(flowid = nil, requestid = nil) ⇒ SetAccountUserPrivilegeResponse
constructor
A new instance of SetAccountUserPrivilegeResponse.
Constructor Details
#initialize(flowid = nil, requestid = nil) ⇒ SetAccountUserPrivilegeResponse
Returns a new instance of SetAccountUserPrivilegeResponse.
5761 5762 5763 5764 |
# File 'lib/v20190725/models.rb', line 5761 def initialize(flowid=nil, requestid=nil) @FlowId = flowid @RequestId = requestid end |
Instance Attribute Details
#FlowId ⇒ Object
5759 5760 5761 |
# File 'lib/v20190725/models.rb', line 5759 def FlowId @FlowId end |
#RequestId ⇒ Object
5759 5760 5761 |
# File 'lib/v20190725/models.rb', line 5759 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
5766 5767 5768 5769 |
# File 'lib/v20190725/models.rb', line 5766 def deserialize(params) @FlowId = params['FlowId'] @RequestId = params['RequestId'] end |