Class: TencentCloud::Mps::V20190612::TEHDConfigForUpdate
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::TEHDConfigForUpdate
- Defined in:
- lib/v20190612/models.rb
Overview
极速高清参数配置。
Instance Attribute Summary collapse
-
#MaxVideoBitrate ⇒ Object
- TEHD-100:极速高清-100(视频极速高清)。
- TEHD-200:极速高清-200(音频极速高清)。
不填代表不修改。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。. -
#Type ⇒ Object
- TEHD-100:极速高清-100(视频极速高清)。
- TEHD-200:极速高清-200(音频极速高清)。
不填代表不修改。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
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.
29866 29867 29868 29869 |
# File 'lib/v20190612/models.rb', line 29866 def initialize(type=nil, maxvideobitrate=nil) @Type = type @MaxVideoBitrate = maxvideobitrate end |
Instance Attribute Details
#MaxVideoBitrate ⇒ Object
29864 29865 29866 |
# File 'lib/v20190612/models.rb', line 29864 def MaxVideoBitrate @MaxVideoBitrate end |
#Type ⇒ Object
29864 29865 29866 |
# File 'lib/v20190612/models.rb', line 29864 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
29871 29872 29873 29874 |
# File 'lib/v20190612/models.rb', line 29871 def deserialize(params) @Type = params['Type'] @MaxVideoBitrate = params['MaxVideoBitrate'] end |