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.
27669 27670 27671 27672 |
# File 'lib/v20180717/models.rb', line 27669 def initialize(type=nil, maxvideobitrate=nil) @Type = type @MaxVideoBitrate = maxvideobitrate end |
Instance Attribute Details
#MaxVideoBitrate ⇒ Object
27667 27668 27669 |
# File 'lib/v20180717/models.rb', line 27667 def MaxVideoBitrate @MaxVideoBitrate end |
#Type ⇒ Object
27667 27668 27669 |
# File 'lib/v20180717/models.rb', line 27667 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
27674 27675 27676 27677 |
# File 'lib/v20180717/models.rb', line 27674 def deserialize(params) @Type = params['Type'] @MaxVideoBitrate = params['MaxVideoBitrate'] end |