Class: TencentCloud::Postgres::V20170312::ModifyAccountPrivilegesResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Postgres::V20170312::ModifyAccountPrivilegesResponse
- Defined in:
- lib/v20170312/models.rb
Overview
ModifyAccountPrivileges返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyAccountPrivilegesResponse
constructor
A new instance of ModifyAccountPrivilegesResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyAccountPrivilegesResponse
5249 5250 5251 |
# File 'lib/v20170312/models.rb', line 5249 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
5247 5248 5249 |
# File 'lib/v20170312/models.rb', line 5247 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
5253 5254 5255 |
# File 'lib/v20170312/models.rb', line 5253 def deserialize(params) @RequestId = params['RequestId'] end |