Class: TencentCloud::Wedata::V20210820::UploadResourceRequestInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::UploadResourceRequestInfo
- Defined in:
- lib/v20210820/models.rb
Overview
资源管理-上传资源请求
Instance Attribute Summary collapse
- #BucketName ⇒ Object
- #FileList ⇒ Object
- #FileMd5 ⇒ Object
- #FilePath ⇒ Object
- #FileSizeList ⇒ Object
- #NewFile ⇒ Object
- #ProjectId ⇒ Object
- #Region ⇒ Object
- #RemotePath ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(projectid = nil, filepath = nil, bucketname = nil, region = nil, newfile = nil, filelist = nil, filesizelist = nil, filemd5 = nil, remotepath = nil) ⇒ UploadResourceRequestInfo
constructor
A new instance of UploadResourceRequestInfo.
Constructor Details
#initialize(projectid = nil, filepath = nil, bucketname = nil, region = nil, newfile = nil, filelist = nil, filesizelist = nil, filemd5 = nil, remotepath = nil) ⇒ UploadResourceRequestInfo
Returns a new instance of UploadResourceRequestInfo.
40450 40451 40452 40453 40454 40455 40456 40457 40458 40459 40460 |
# File 'lib/v20210820/models.rb', line 40450 def initialize(projectid=nil, filepath=nil, bucketname=nil, region=nil, newfile=nil, filelist=nil, filesizelist=nil, filemd5=nil, remotepath=nil) @ProjectId = projectid @FilePath = filepath @BucketName = bucketname @Region = region @NewFile = newfile @FileList = filelist @FileSizeList = filesizelist @FileMd5 = filemd5 @RemotePath = remotepath end |
Instance Attribute Details
#BucketName ⇒ Object
40448 40449 40450 |
# File 'lib/v20210820/models.rb', line 40448 def BucketName @BucketName end |
#FileList ⇒ Object
40448 40449 40450 |
# File 'lib/v20210820/models.rb', line 40448 def FileList @FileList end |
#FileMd5 ⇒ Object
40448 40449 40450 |
# File 'lib/v20210820/models.rb', line 40448 def FileMd5 @FileMd5 end |
#FilePath ⇒ Object
40448 40449 40450 |
# File 'lib/v20210820/models.rb', line 40448 def FilePath @FilePath end |
#FileSizeList ⇒ Object
40448 40449 40450 |
# File 'lib/v20210820/models.rb', line 40448 def FileSizeList @FileSizeList end |
#NewFile ⇒ Object
40448 40449 40450 |
# File 'lib/v20210820/models.rb', line 40448 def NewFile @NewFile end |
#ProjectId ⇒ Object
40448 40449 40450 |
# File 'lib/v20210820/models.rb', line 40448 def ProjectId @ProjectId end |
#Region ⇒ Object
40448 40449 40450 |
# File 'lib/v20210820/models.rb', line 40448 def Region @Region end |
#RemotePath ⇒ Object
40448 40449 40450 |
# File 'lib/v20210820/models.rb', line 40448 def RemotePath @RemotePath end |
Instance Method Details
#deserialize(params) ⇒ Object
40462 40463 40464 40465 40466 40467 40468 40469 40470 40471 40472 |
# File 'lib/v20210820/models.rb', line 40462 def deserialize(params) @ProjectId = params['ProjectId'] @FilePath = params['FilePath'] @BucketName = params['BucketName'] @Region = params['Region'] @NewFile = params['NewFile'] @FileList = params['FileList'] @FileSizeList = params['FileSizeList'] @FileMd5 = params['FileMd5'] @RemotePath = params['RemotePath'] end |