Class: TencentCloud::Cme::V20191029::CosPublishInputInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cme::V20191029::CosPublishInputInfo
- Defined in:
- lib/v20191029/models.rb
Overview
COS 发布信息。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(bucket = nil, region = nil, videokey = nil, coverkey = nil) ⇒ CosPublishInputInfo
constructor
A new instance of CosPublishInputInfo.
Constructor Details
#initialize(bucket = nil, region = nil, videokey = nil, coverkey = nil) ⇒ CosPublishInputInfo
Returns a new instance of CosPublishInputInfo.
502 503 504 505 506 507 |
# File 'lib/v20191029/models.rb', line 502 def initialize(bucket=nil, region=nil, videokey=nil, coverkey=nil) @Bucket = bucket @Region = region @VideoKey = videokey @CoverKey = coverkey end |
Instance Attribute Details
#Bucket ⇒ Object
500 501 502 |
# File 'lib/v20191029/models.rb', line 500 def Bucket @Bucket end |
#CoverKey ⇒ Object
500 501 502 |
# File 'lib/v20191029/models.rb', line 500 def CoverKey @CoverKey end |
#Region ⇒ Object
500 501 502 |
# File 'lib/v20191029/models.rb', line 500 def Region @Region end |
#VideoKey ⇒ Object
500 501 502 |
# File 'lib/v20191029/models.rb', line 500 def VideoKey @VideoKey end |
Instance Method Details
#deserialize(params) ⇒ Object
509 510 511 512 513 514 |
# File 'lib/v20191029/models.rb', line 509 def deserialize(params) @Bucket = params['Bucket'] @Region = params['Region'] @VideoKey = params['VideoKey'] @CoverKey = params['CoverKey'] end |