Class: TencentCloud::Chdfs::V20201112::CreateMountPointResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Chdfs::V20201112::CreateMountPointResponse
- Defined in:
- lib/v20201112/models.rb
Overview
CreateMountPoint返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(mountpoint = nil, requestid = nil) ⇒ CreateMountPointResponse
constructor
A new instance of CreateMountPointResponse.
Constructor Details
#initialize(mountpoint = nil, requestid = nil) ⇒ CreateMountPointResponse
Returns a new instance of CreateMountPointResponse.
387 388 389 390 |
# File 'lib/v20201112/models.rb', line 387 def initialize(mountpoint=nil, requestid=nil) @MountPoint = mountpoint @RequestId = requestid end |
Instance Attribute Details
#MountPoint ⇒ Object
385 386 387 |
# File 'lib/v20201112/models.rb', line 385 def MountPoint @MountPoint end |
#RequestId ⇒ Object
385 386 387 |
# File 'lib/v20201112/models.rb', line 385 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
392 393 394 395 396 397 398 |
# File 'lib/v20201112/models.rb', line 392 def deserialize(params) unless params['MountPoint'].nil? @MountPoint = MountPoint.new @MountPoint.deserialize(params['MountPoint']) end @RequestId = params['RequestId'] end |