Class: TencentCloud::Mps::V20190612::CosInputInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::CosInputInfo
- Defined in:
- lib/v20190612/models.rb
Overview
媒体处理 COS 对象信息。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(bucket = nil, region = nil, object = nil) ⇒ CosInputInfo
constructor
A new instance of CosInputInfo.
Constructor Details
#initialize(bucket = nil, region = nil, object = nil) ⇒ CosInputInfo
Returns a new instance of CosInputInfo.
6524 6525 6526 6527 6528 |
# File 'lib/v20190612/models.rb', line 6524 def initialize(bucket=nil, region=nil, object=nil) @Bucket = bucket @Region = region @Object = object end |
Instance Attribute Details
Instance Method Details
#deserialize(params) ⇒ Object
6530 6531 6532 6533 6534 |
# File 'lib/v20190612/models.rb', line 6530 def deserialize(params) @Bucket = params['Bucket'] @Region = params['Region'] @Object = params['Object'] end |