Class: TencentCloud::Dcdb::V20180411::CopyAccountPrivilegesResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dcdb::V20180411::CopyAccountPrivilegesResponse
- Defined in:
- lib/v20180411/models.rb
Overview
CopyAccountPrivileges返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ CopyAccountPrivilegesResponse
constructor
A new instance of CopyAccountPrivilegesResponse.
Constructor Details
#initialize(requestid = nil) ⇒ CopyAccountPrivilegesResponse
Returns a new instance of CopyAccountPrivilegesResponse.
504 505 506 |
# File 'lib/v20180411/models.rb', line 504 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
502 503 504 |
# File 'lib/v20180411/models.rb', line 502 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
508 509 510 |
# File 'lib/v20180411/models.rb', line 508 def deserialize(params) @RequestId = params['RequestId'] end |