Class: TencentCloud::Cpdp::V20190820::UploadFileResult
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::UploadFileResult
- Defined in:
- lib/v20190820/models.rb
Overview
上传文件响应对象
Instance Attribute Summary collapse
-
#FilePath ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Storage ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(storage = nil, filepath = nil) ⇒ UploadFileResult
constructor
A new instance of UploadFileResult.
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
#FilePath ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
27387 27388 27389 |
# File 'lib/v20190820/models.rb', line 27387 def FilePath @FilePath end |
#Storage ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
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 |