Class: TencentCloud::Cdb::V20170320::ModifyAccountHostResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::ModifyAccountHostResponse
- Defined in:
- lib/v20170320/models.rb
Overview
ModifyAccountHost返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(asyncrequestid = nil, requestid = nil) ⇒ ModifyAccountHostResponse
constructor
A new instance of ModifyAccountHostResponse.
Constructor Details
#initialize(asyncrequestid = nil, requestid = nil) ⇒ ModifyAccountHostResponse
Returns a new instance of ModifyAccountHostResponse.
10041 10042 10043 10044 |
# File 'lib/v20170320/models.rb', line 10041 def initialize(asyncrequestid=nil, requestid=nil) @AsyncRequestId = asyncrequestid @RequestId = requestid end |
Instance Attribute Details
#AsyncRequestId ⇒ Object
10039 10040 10041 |
# File 'lib/v20170320/models.rb', line 10039 def AsyncRequestId @AsyncRequestId end |
#RequestId ⇒ Object
10039 10040 10041 |
# File 'lib/v20170320/models.rb', line 10039 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
10046 10047 10048 10049 |
# File 'lib/v20170320/models.rb', line 10046 def deserialize(params) @AsyncRequestId = params['AsyncRequestId'] @RequestId = params['RequestId'] end |