Class: TencentCloud::Dcdb::V20180411::ModifyAccountPrivilegesResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dcdb::V20180411::ModifyAccountPrivilegesResponse
- Defined in:
- lib/v20180411/models.rb
Overview
ModifyAccountPrivileges返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(flowid = nil, requestid = nil) ⇒ ModifyAccountPrivilegesResponse
constructor
A new instance of ModifyAccountPrivilegesResponse.
Constructor Details
#initialize(flowid = nil, requestid = nil) ⇒ ModifyAccountPrivilegesResponse
Returns a new instance of ModifyAccountPrivilegesResponse.
4838 4839 4840 4841 |
# File 'lib/v20180411/models.rb', line 4838 def initialize(flowid=nil, requestid=nil) @FlowId = flowid @RequestId = requestid end |
Instance Attribute Details
#FlowId ⇒ Object
4836 4837 4838 |
# File 'lib/v20180411/models.rb', line 4836 def FlowId @FlowId end |
#RequestId ⇒ Object
4836 4837 4838 |
# File 'lib/v20180411/models.rb', line 4836 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4843 4844 4845 4846 |
# File 'lib/v20180411/models.rb', line 4843 def deserialize(params) @FlowId = params['FlowId'] @RequestId = params['RequestId'] end |