Class: TencentCloud::Mps::V20190612::DescribeAdaptiveDynamicStreamingTemplatesRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::DescribeAdaptiveDynamicStreamingTemplatesRequest
- Defined in:
- lib/v20190612/models.rb
Overview
DescribeAdaptiveDynamicStreamingTemplates请求参数结构体
Instance Attribute Summary collapse
-
#Definitions ⇒ Object
- Preset:系统预置模板;
- Custom:用户自定义模板。
默认值:0. -
#Limit ⇒ Object
- Preset:系统预置模板;
- Custom:用户自定义模板。
默认值:0. -
#Name ⇒ Object
- Preset:系统预置模板;
- Custom:用户自定义模板。
默认值:0. -
#Offset ⇒ Object
- Preset:系统预置模板;
- Custom:用户自定义模板。
默认值:0. -
#PureAudio ⇒ Object
- Preset:系统预置模板;
- Custom:用户自定义模板。
默认值:0. -
#Type ⇒ Object
- Preset:系统预置模板;
- Custom:用户自定义模板。
默认值:0.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(definitions = nil, offset = nil, limit = nil, type = nil, pureaudio = nil, name = nil) ⇒ DescribeAdaptiveDynamicStreamingTemplatesRequest
constructor
A new instance of DescribeAdaptiveDynamicStreamingTemplatesRequest.
Constructor Details
#initialize(definitions = nil, offset = nil, limit = nil, type = nil, pureaudio = nil, name = nil) ⇒ DescribeAdaptiveDynamicStreamingTemplatesRequest
Returns a new instance of DescribeAdaptiveDynamicStreamingTemplatesRequest.
11665 11666 11667 11668 11669 11670 11671 11672 |
# File 'lib/v20190612/models.rb', line 11665 def initialize(definitions=nil, offset=nil, limit=nil, type=nil, pureaudio=nil, name=nil) @Definitions = definitions @Offset = offset @Limit = limit @Type = type @PureAudio = pureaudio @Name = name end |
Instance Attribute Details
#Definitions ⇒ Object
11663 11664 11665 |
# File 'lib/v20190612/models.rb', line 11663 def Definitions @Definitions end |
#Limit ⇒ Object
11663 11664 11665 |
# File 'lib/v20190612/models.rb', line 11663 def Limit @Limit end |
#Name ⇒ Object
11663 11664 11665 |
# File 'lib/v20190612/models.rb', line 11663 def Name @Name end |
#Offset ⇒ Object
11663 11664 11665 |
# File 'lib/v20190612/models.rb', line 11663 def Offset @Offset end |
#PureAudio ⇒ Object
11663 11664 11665 |
# File 'lib/v20190612/models.rb', line 11663 def PureAudio @PureAudio end |
#Type ⇒ Object
11663 11664 11665 |
# File 'lib/v20190612/models.rb', line 11663 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
11674 11675 11676 11677 11678 11679 11680 11681 |
# File 'lib/v20190612/models.rb', line 11674 def deserialize(params) @Definitions = params['Definitions'] @Offset = params['Offset'] @Limit = params['Limit'] @Type = params['Type'] @PureAudio = params['PureAudio'] @Name = params['Name'] end |