Class: TencentCloud::Mps::V20190612::VODOutputStorage
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::VODOutputStorage
- Defined in:
- lib/v20190612/models.rb
Overview
媒体处理 VOD(点播专业版) 输出对象信息。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(bucket = nil, region = nil, subappid = nil) ⇒ VODOutputStorage
constructor
A new instance of VODOutputStorage.
Constructor Details
#initialize(bucket = nil, region = nil, subappid = nil) ⇒ VODOutputStorage
31289 31290 31291 31292 31293 |
# File 'lib/v20190612/models.rb', line 31289 def initialize(bucket=nil, region=nil, subappid=nil) @Bucket = bucket @Region = region @SubAppId = subappid end |
Instance Attribute Details
#Bucket ⇒ Object
31287 31288 31289 |
# File 'lib/v20190612/models.rb', line 31287 def Bucket @Bucket end |
#Region ⇒ Object
31287 31288 31289 |
# File 'lib/v20190612/models.rb', line 31287 def Region @Region end |
#SubAppId ⇒ Object
31287 31288 31289 |
# File 'lib/v20190612/models.rb', line 31287 def SubAppId @SubAppId end |
Instance Method Details
#deserialize(params) ⇒ Object
31295 31296 31297 31298 31299 |
# File 'lib/v20190612/models.rb', line 31295 def deserialize(params) @Bucket = params['Bucket'] @Region = params['Region'] @SubAppId = params['SubAppId'] end |