Class: TencentCloud::Vod::V20180717::CommitUploadResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vod::V20180717::CommitUploadResponse
- Defined in:
- lib/v20180717/models.rb
Overview
CommitUpload返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(fileid = nil, mediaurl = nil, coverurl = nil, requestid = nil) ⇒ CommitUploadResponse
constructor
A new instance of CommitUploadResponse.
Constructor Details
#initialize(fileid = nil, mediaurl = nil, coverurl = nil, requestid = nil) ⇒ CommitUploadResponse
Returns a new instance of CommitUploadResponse.
5296 5297 5298 5299 5300 5301 |
# File 'lib/v20180717/models.rb', line 5296 def initialize(fileid=nil, mediaurl=nil, coverurl=nil, requestid=nil) @FileId = fileid @MediaUrl = mediaurl @CoverUrl = coverurl @RequestId = requestid end |
Instance Attribute Details
#CoverUrl ⇒ Object
5294 5295 5296 |
# File 'lib/v20180717/models.rb', line 5294 def CoverUrl @CoverUrl end |
#FileId ⇒ Object
5294 5295 5296 |
# File 'lib/v20180717/models.rb', line 5294 def FileId @FileId end |
#MediaUrl ⇒ Object
5294 5295 5296 |
# File 'lib/v20180717/models.rb', line 5294 def MediaUrl @MediaUrl end |
#RequestId ⇒ Object
5294 5295 5296 |
# File 'lib/v20180717/models.rb', line 5294 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
5303 5304 5305 5306 5307 5308 |
# File 'lib/v20180717/models.rb', line 5303 def deserialize(params) @FileId = params['FileId'] @MediaUrl = params['MediaUrl'] @CoverUrl = params['CoverUrl'] @RequestId = params['RequestId'] end |