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.
31788 31789 31790 31791 31792 |
# File 'lib/v20190612/models.rb', line 31788 def initialize(bucket=nil, region=nil, subappid=nil) @Bucket = bucket @Region = region @SubAppId = subappid end |
Instance Attribute Details
#Bucket ⇒ Object
31786 31787 31788 |
# File 'lib/v20190612/models.rb', line 31786 def Bucket @Bucket end |
#Region ⇒ Object
31786 31787 31788 |
# File 'lib/v20190612/models.rb', line 31786 def Region @Region end |
#SubAppId ⇒ Object
31786 31787 31788 |
# File 'lib/v20190612/models.rb', line 31786 def SubAppId @SubAppId end |
Instance Method Details
#deserialize(params) ⇒ Object
31794 31795 31796 31797 31798 |
# File 'lib/v20190612/models.rb', line 31794 def deserialize(params) @Bucket = params['Bucket'] @Region = params['Region'] @SubAppId = params['SubAppId'] end |