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.
40078 40079 40080 40081 40082 40083 40084 40085 40086 40087 40088 |
# File 'lib/v20210820/models.rb', line 40078 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
40076 40077 40078 |
# File 'lib/v20210820/models.rb', line 40076 def BucketName @BucketName end |
#FileList ⇒ Object
40076 40077 40078 |
# File 'lib/v20210820/models.rb', line 40076 def FileList @FileList end |
#FileMd5 ⇒ Object
40076 40077 40078 |
# File 'lib/v20210820/models.rb', line 40076 def FileMd5 @FileMd5 end |
#FilePath ⇒ Object
40076 40077 40078 |
# File 'lib/v20210820/models.rb', line 40076 def FilePath @FilePath end |
#FileSizeList ⇒ Object
40076 40077 40078 |
# File 'lib/v20210820/models.rb', line 40076 def FileSizeList @FileSizeList end |
#NewFile ⇒ Object
40076 40077 40078 |
# File 'lib/v20210820/models.rb', line 40076 def NewFile @NewFile end |
#ProjectId ⇒ Object
40076 40077 40078 |
# File 'lib/v20210820/models.rb', line 40076 def ProjectId @ProjectId end |
#Region ⇒ Object
40076 40077 40078 |
# File 'lib/v20210820/models.rb', line 40076 def Region @Region end |
#RemotePath ⇒ Object
40076 40077 40078 |
# File 'lib/v20210820/models.rb', line 40076 def RemotePath @RemotePath end |
Instance Method Details
#deserialize(params) ⇒ Object
40090 40091 40092 40093 40094 40095 40096 40097 40098 40099 40100 |
# File 'lib/v20210820/models.rb', line 40090 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 |