Class: TencentCloud::Chdfs::V20190718::DeleteMountPointResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Chdfs::V20190718::DeleteMountPointResponse
- Defined in:
- lib/v20190718/models.rb
Overview
DeleteMountPoint返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteMountPointResponse
constructor
A new instance of DeleteMountPointResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteMountPointResponse
Returns a new instance of DeleteMountPointResponse.
509 510 511 |
# File 'lib/v20190718/models.rb', line 509 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
507 508 509 |
# File 'lib/v20190718/models.rb', line 507 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
513 514 515 |
# File 'lib/v20190718/models.rb', line 513 def deserialize(params) @RequestId = params['RequestId'] end |