Class: TencentCloud::Cfs::V20190719::PathInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfs::V20190719::PathInfo
- Defined in:
- lib/v20190719/models.rb
Overview
生命周期管理策略关联目录的绝对路径
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(filesystemid = nil, path = nil, dataflowid = nil) ⇒ PathInfo
constructor
A new instance of PathInfo.
Constructor Details
#initialize(filesystemid = nil, path = nil, dataflowid = nil) ⇒ PathInfo
Returns a new instance of PathInfo.
3569 3570 3571 3572 3573 |
# File 'lib/v20190719/models.rb', line 3569 def initialize(filesystemid=nil, path=nil, dataflowid=nil) @FileSystemId = filesystemid @Path = path @DataFlowId = dataflowid end |
Instance Attribute Details
#DataFlowId ⇒ Object
3567 3568 3569 |
# File 'lib/v20190719/models.rb', line 3567 def DataFlowId @DataFlowId end |
#FileSystemId ⇒ Object
3567 3568 3569 |
# File 'lib/v20190719/models.rb', line 3567 def FileSystemId @FileSystemId end |
#Path ⇒ Object
3567 3568 3569 |
# File 'lib/v20190719/models.rb', line 3567 def Path @Path end |
Instance Method Details
#deserialize(params) ⇒ Object
3575 3576 3577 3578 3579 |
# File 'lib/v20190719/models.rb', line 3575 def deserialize(params) @FileSystemId = params['FileSystemId'] @Path = params['Path'] @DataFlowId = params['DataFlowId'] end |