Class: TencentCloud::Postgres::V20170312::ModifyAccountRemarkResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Postgres::V20170312::ModifyAccountRemarkResponse
- Defined in:
- lib/v20170312/models.rb
Overview
ModifyAccountRemark返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyAccountRemarkResponse
constructor
A new instance of ModifyAccountRemarkResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyAccountRemarkResponse
Returns a new instance of ModifyAccountRemarkResponse.
5289 5290 5291 |
# File 'lib/v20170312/models.rb', line 5289 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
5287 5288 5289 |
# File 'lib/v20170312/models.rb', line 5287 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
5293 5294 5295 |
# File 'lib/v20170312/models.rb', line 5293 def deserialize(params) @RequestId = params['RequestId'] end |