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.
42069 42070 42071 42072 42073 42074 42075 42076 42077 42078 42079 |
# File 'lib/v20210820/models.rb', line 42069 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
42067 42068 42069 |
# File 'lib/v20210820/models.rb', line 42067 def BucketName @BucketName end |
#FileList ⇒ Object
42067 42068 42069 |
# File 'lib/v20210820/models.rb', line 42067 def FileList @FileList end |
#FileMd5 ⇒ Object
42067 42068 42069 |
# File 'lib/v20210820/models.rb', line 42067 def FileMd5 @FileMd5 end |
#FilePath ⇒ Object
42067 42068 42069 |
# File 'lib/v20210820/models.rb', line 42067 def FilePath @FilePath end |
#FileSizeList ⇒ Object
42067 42068 42069 |
# File 'lib/v20210820/models.rb', line 42067 def FileSizeList @FileSizeList end |
#NewFile ⇒ Object
42067 42068 42069 |
# File 'lib/v20210820/models.rb', line 42067 def NewFile @NewFile end |
#ProjectId ⇒ Object
42067 42068 42069 |
# File 'lib/v20210820/models.rb', line 42067 def ProjectId @ProjectId end |
#Region ⇒ Object
42067 42068 42069 |
# File 'lib/v20210820/models.rb', line 42067 def Region @Region end |
#RemotePath ⇒ Object
42067 42068 42069 |
# File 'lib/v20210820/models.rb', line 42067 def RemotePath @RemotePath end |
Instance Method Details
#deserialize(params) ⇒ Object
42081 42082 42083 42084 42085 42086 42087 42088 42089 42090 42091 |
# File 'lib/v20210820/models.rb', line 42081 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 |