Class: TencentCloud::Vod::V20180717::TEHDConfigForUpdate
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vod::V20180717::TEHDConfigForUpdate
- Defined in:
- lib/v20180717/models.rb
Overview
极速高清参数配置。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil, maxvideobitrate = nil) ⇒ TEHDConfigForUpdate
constructor
A new instance of TEHDConfigForUpdate.
Constructor Details
#initialize(type = nil, maxvideobitrate = nil) ⇒ TEHDConfigForUpdate
Returns a new instance of TEHDConfigForUpdate.
27667 27668 27669 27670 |
# File 'lib/v20180717/models.rb', line 27667 def initialize(type=nil, maxvideobitrate=nil) @Type = type @MaxVideoBitrate = maxvideobitrate end |
Instance Attribute Details
#MaxVideoBitrate ⇒ Object
27665 27666 27667 |
# File 'lib/v20180717/models.rb', line 27665 def MaxVideoBitrate @MaxVideoBitrate end |
#Type ⇒ Object
27665 27666 27667 |
# File 'lib/v20180717/models.rb', line 27665 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
27672 27673 27674 27675 |
# File 'lib/v20180717/models.rb', line 27672 def deserialize(params) @Type = params['Type'] @MaxVideoBitrate = params['MaxVideoBitrate'] end |