Class: TencentCloud::Chdfs::V20201112::DeleteMountPointResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Chdfs::V20201112::DeleteMountPointResponse
- Defined in:
- lib/v20201112/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.
595 596 597 |
# File 'lib/v20201112/models.rb', line 595 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
593 594 595 |
# File 'lib/v20201112/models.rb', line 593 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
599 600 601 |
# File 'lib/v20201112/models.rb', line 599 def deserialize(params) @RequestId = params['RequestId'] end |