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.
7384 7385 7386 7387 7388 |
# File 'lib/v20190612/models.rb', line 7384 def initialize(bucket=nil, region=nil, object=nil) @Bucket = bucket @Region = region @Object = object end |
Instance Attribute Details
Instance Method Details
#deserialize(params) ⇒ Object
7390 7391 7392 7393 7394 |
# File 'lib/v20190612/models.rb', line 7390 def deserialize(params) @Bucket = params['Bucket'] @Region = params['Region'] @Object = params['Object'] end |