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
Returns a new instance of VODOutputStorage.
26499 26500 26501 26502 26503 |
# File 'lib/v20190612/models.rb', line 26499 def initialize(bucket=nil, region=nil, subappid=nil) @Bucket = bucket @Region = region @SubAppId = subappid end |
Instance Attribute Details
#Bucket ⇒ Object
26497 26498 26499 |
# File 'lib/v20190612/models.rb', line 26497 def Bucket @Bucket end |
#Region ⇒ Object
26497 26498 26499 |
# File 'lib/v20190612/models.rb', line 26497 def Region @Region end |
#SubAppId ⇒ Object
26497 26498 26499 |
# File 'lib/v20190612/models.rb', line 26497 def SubAppId @SubAppId end |
Instance Method Details
#deserialize(params) ⇒ Object
26505 26506 26507 26508 26509 |
# File 'lib/v20190612/models.rb', line 26505 def deserialize(params) @Bucket = params['Bucket'] @Region = params['Region'] @SubAppId = params['SubAppId'] end |