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.
4346 4347 4348 |
# File 'lib/v20180411/models.rb', line 4346 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
4344 4345 4346 |
# File 'lib/v20180411/models.rb', line 4344 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4350 4351 4352 |
# File 'lib/v20180411/models.rb', line 4350 def deserialize(params) @RequestId = params['RequestId'] end |