Class: TencentCloud::Cls::V20201016::FilePathInfo

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20201016/models.rb

Overview

文件路径信息

Instance Attribute Summary collapse

Instance Method Summary collapse

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

Parameters:

  • Path: —

    文件路径

  • File: —

    文件名称



11237
11238
11239
# File 'lib/v20201016/models.rb', line 11237

def File
  @File
end

#Path ⇒ Object

Parameters:

  • Path: —

    文件路径

  • File: —

    文件名称



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