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
<li>Preset:系统预置模板;</li> <li>Custom:用户自定义模板。</li> 默认值:0.
-
#Limit ⇒ Object
<li>Preset:系统预置模板;</li> <li>Custom:用户自定义模板。</li> 默认值:0.
-
#Name ⇒ Object
<li>Preset:系统预置模板;</li> <li>Custom:用户自定义模板。</li> 默认值:0.
-
#Offset ⇒ Object
<li>Preset:系统预置模板;</li> <li>Custom:用户自定义模板。</li> 默认值:0.
-
#PureAudio ⇒ Object
<li>Preset:系统预置模板;</li> <li>Custom:用户自定义模板。</li> 默认值:0.
-
#Type ⇒ Object
<li>Preset:系统预置模板;</li> <li>Custom:用户自定义模板。</li> 默认值: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.
9862 9863 9864 9865 9866 9867 9868 9869 |
# File 'lib/v20190612/models.rb', line 9862 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
<li>Preset:系统预置模板;</li> <li>Custom:用户自定义模板。</li> 默认值:0
9860 9861 9862 |
# File 'lib/v20190612/models.rb', line 9860 def Definitions @Definitions end |
#Limit ⇒ Object
<li>Preset:系统预置模板;</li> <li>Custom:用户自定义模板。</li> 默认值:0
9860 9861 9862 |
# File 'lib/v20190612/models.rb', line 9860 def Limit @Limit end |
#Name ⇒ Object
<li>Preset:系统预置模板;</li> <li>Custom:用户自定义模板。</li> 默认值:0
9860 9861 9862 |
# File 'lib/v20190612/models.rb', line 9860 def Name @Name end |
#Offset ⇒ Object
<li>Preset:系统预置模板;</li> <li>Custom:用户自定义模板。</li> 默认值:0
9860 9861 9862 |
# File 'lib/v20190612/models.rb', line 9860 def Offset @Offset end |
#PureAudio ⇒ Object
<li>Preset:系统预置模板;</li> <li>Custom:用户自定义模板。</li> 默认值:0
9860 9861 9862 |
# File 'lib/v20190612/models.rb', line 9860 def PureAudio @PureAudio end |
#Type ⇒ Object
<li>Preset:系统预置模板;</li> <li>Custom:用户自定义模板。</li> 默认值:0
9860 9861 9862 |
# File 'lib/v20190612/models.rb', line 9860 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
9871 9872 9873 9874 9875 9876 9877 9878 |
# File 'lib/v20190612/models.rb', line 9871 def deserialize(params) @Definitions = params['Definitions'] @Offset = params['Offset'] @Limit = params['Limit'] @Type = params['Type'] @PureAudio = params['PureAudio'] @Name = params['Name'] end |