Class: TencentCloud::Vod::V20180717::MediaOutputInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vod::V20180717::MediaOutputInfo
- Defined in:
- lib/v20180717/models.rb
Overview
视频处理输出文件信息参数。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(region = nil, bucket = nil, dir = nil) ⇒ MediaOutputInfo
constructor
A new instance of MediaOutputInfo.
Constructor Details
#initialize(region = nil, bucket = nil, dir = nil) ⇒ MediaOutputInfo
Returns a new instance of MediaOutputInfo.
17596 17597 17598 17599 17600 |
# File 'lib/v20180717/models.rb', line 17596 def initialize(region=nil, bucket=nil, dir=nil) @Region = region @Bucket = bucket @Dir = dir end |
Instance Attribute Details
#Bucket ⇒ Object
17594 17595 17596 |
# File 'lib/v20180717/models.rb', line 17594 def Bucket @Bucket end |
#Dir ⇒ Object
17594 17595 17596 |
# File 'lib/v20180717/models.rb', line 17594 def Dir @Dir end |
#Region ⇒ Object
17594 17595 17596 |
# File 'lib/v20180717/models.rb', line 17594 def Region @Region end |
Instance Method Details
#deserialize(params) ⇒ Object
17602 17603 17604 17605 17606 |
# File 'lib/v20180717/models.rb', line 17602 def deserialize(params) @Region = params['Region'] @Bucket = params['Bucket'] @Dir = params['Dir'] end |