Class: TencentCloud::Cpdp::V20190820::UploadFileResult

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

Overview

上传文件响应对象

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(storage = nil, filepath = nil) ⇒ UploadFileResult

Returns a new instance of UploadFileResult.



27389
27390
27391
27392
# File 'lib/v20190820/models.rb', line 27389

def initialize(storage=nil, filepath=nil)
  @Storage = storage
  @FilePath = filepath
end

Instance Attribute Details

#FilePathObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Storage:

    存储区域(0私密区,1公共区),请严格按文件要求,上传到不同的区域

  • FilePath:

    文件路径



27387
27388
27389
# File 'lib/v20190820/models.rb', line 27387

def FilePath
  @FilePath
end

#StorageObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Storage:

    存储区域(0私密区,1公共区),请严格按文件要求,上传到不同的区域

  • FilePath:

    文件路径



27387
27388
27389
# File 'lib/v20190820/models.rb', line 27387

def Storage
  @Storage
end

Instance Method Details

#deserialize(params) ⇒ Object



27394
27395
27396
27397
# File 'lib/v20190820/models.rb', line 27394

def deserialize(params)
  @Storage = params['Storage']
  @FilePath = params['FilePath']
end