Class: TencentCloud::Vod::V20180717::DescribeSuperPlayerConfigsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vod::V20180717::DescribeSuperPlayerConfigsRequest
- Defined in:
- lib/v20180717/models.rb
Overview
DescribeSuperPlayerConfigs请求参数结构体
Instance Attribute Summary collapse
-
#Limit ⇒ Object
<li>Preset:系统预置配置;</li> <li>Custom:用户自定义配置。</li>.
-
#Names ⇒ Object
<li>Preset:系统预置配置;</li> <li>Custom:用户自定义配置。</li>.
-
#Offset ⇒ Object
<li>Preset:系统预置配置;</li> <li>Custom:用户自定义配置。</li>.
-
#SubAppId ⇒ Object
<li>Preset:系统预置配置;</li> <li>Custom:用户自定义配置。</li>.
-
#Type ⇒ Object
<li>Preset:系统预置配置;</li> <li>Custom:用户自定义配置。</li>.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(subappid = nil, names = nil, offset = nil, limit = nil, type = nil) ⇒ DescribeSuperPlayerConfigsRequest
constructor
A new instance of DescribeSuperPlayerConfigsRequest.
Constructor Details
#initialize(subappid = nil, names = nil, offset = nil, limit = nil, type = nil) ⇒ DescribeSuperPlayerConfigsRequest
12662 12663 12664 12665 12666 12667 12668 |
# File 'lib/v20180717/models.rb', line 12662 def initialize(subappid=nil, names=nil, offset=nil, limit=nil, type=nil) @SubAppId = subappid @Names = names @Offset = offset @Limit = limit @Type = type end |
Instance Attribute Details
#Limit ⇒ Object
<li>Preset:系统预置配置;</li> <li>Custom:用户自定义配置。</li>
12660 12661 12662 |
# File 'lib/v20180717/models.rb', line 12660 def Limit @Limit end |
#Names ⇒ Object
<li>Preset:系统预置配置;</li> <li>Custom:用户自定义配置。</li>
12660 12661 12662 |
# File 'lib/v20180717/models.rb', line 12660 def Names @Names end |
#Offset ⇒ Object
<li>Preset:系统预置配置;</li> <li>Custom:用户自定义配置。</li>
12660 12661 12662 |
# File 'lib/v20180717/models.rb', line 12660 def Offset @Offset end |
#SubAppId ⇒ Object
<li>Preset:系统预置配置;</li> <li>Custom:用户自定义配置。</li>
12660 12661 12662 |
# File 'lib/v20180717/models.rb', line 12660 def SubAppId @SubAppId end |
#Type ⇒ Object
<li>Preset:系统预置配置;</li> <li>Custom:用户自定义配置。</li>
12660 12661 12662 |
# File 'lib/v20180717/models.rb', line 12660 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
12670 12671 12672 12673 12674 12675 12676 |
# File 'lib/v20180717/models.rb', line 12670 def deserialize(params) @SubAppId = params['SubAppId'] @Names = params['Names'] @Offset = params['Offset'] @Limit = params['Limit'] @Type = params['Type'] end |