Class: TencentCloud::Dcdb::V20180411::GrantAccountPrivilegesResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dcdb::V20180411::GrantAccountPrivilegesResponse
- Defined in:
- lib/v20180411/models.rb
Overview
GrantAccountPrivileges返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ GrantAccountPrivilegesResponse
constructor
A new instance of GrantAccountPrivilegesResponse.
Constructor Details
#initialize(requestid = nil) ⇒ GrantAccountPrivilegesResponse
Returns a new instance of GrantAccountPrivilegesResponse.
4528 4529 4530 |
# File 'lib/v20180411/models.rb', line 4528 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
4526 4527 4528 |
# File 'lib/v20180411/models.rb', line 4526 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4532 4533 4534 |
# File 'lib/v20180411/models.rb', line 4532 def deserialize(params) @RequestId = params['RequestId'] end |