Class: TencentCloud::Cdb::V20170320::ModifyAccountDescriptionResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::ModifyAccountDescriptionResponse
- Defined in:
- lib/v20170320/models.rb
Overview
ModifyAccountDescription返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(asyncrequestid = nil, requestid = nil) ⇒ ModifyAccountDescriptionResponse
constructor
A new instance of ModifyAccountDescriptionResponse.
Constructor Details
#initialize(asyncrequestid = nil, requestid = nil) ⇒ ModifyAccountDescriptionResponse
Returns a new instance of ModifyAccountDescriptionResponse.
9993 9994 9995 9996 |
# File 'lib/v20170320/models.rb', line 9993 def initialize(asyncrequestid=nil, requestid=nil) @AsyncRequestId = asyncrequestid @RequestId = requestid end |
Instance Attribute Details
#AsyncRequestId ⇒ Object
9991 9992 9993 |
# File 'lib/v20170320/models.rb', line 9991 def AsyncRequestId @AsyncRequestId end |
#RequestId ⇒ Object
9991 9992 9993 |
# File 'lib/v20170320/models.rb', line 9991 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
9998 9999 10000 10001 |
# File 'lib/v20170320/models.rb', line 9998 def deserialize(params) @AsyncRequestId = params['AsyncRequestId'] @RequestId = params['RequestId'] end |