Class: TencentCloud::Cls::V20201016::FilePathInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cls::V20201016::FilePathInfo
- Defined in:
- lib/v20201016/models.rb
Overview
文件路径信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(path = nil, file = nil) ⇒ FilePathInfo
constructor
A new instance of FilePathInfo.
Constructor Details
#initialize(path = nil, file = nil) ⇒ FilePathInfo
Returns a new instance of FilePathInfo.
11239 11240 11241 11242 |
# File 'lib/v20201016/models.rb', line 11239 def initialize(path=nil, file=nil) @Path = path @File = file end |
Instance Attribute Details
#File ⇒ Object
11237 11238 11239 |
# File 'lib/v20201016/models.rb', line 11237 def File @File end |
#Path ⇒ Object
11237 11238 11239 |
# File 'lib/v20201016/models.rb', line 11237 def Path @Path end |
Instance Method Details
#deserialize(params) ⇒ Object
11244 11245 11246 11247 |
# File 'lib/v20201016/models.rb', line 11244 def deserialize(params) @Path = params['Path'] @File = params['File'] end |