Class: TencentCloud::Sqlserver::V20180328::ModifyAccountRemarkResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Sqlserver::V20180328::ModifyAccountRemarkResponse
- Defined in:
- lib/v20180328/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.
8257 8258 8259 |
# File 'lib/v20180328/models.rb', line 8257 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
8255 8256 8257 |
# File 'lib/v20180328/models.rb', line 8255 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
8261 8262 8263 |
# File 'lib/v20180328/models.rb', line 8261 def deserialize(params) @RequestId = params['RequestId'] end |