Class: TencentCloud::Ame::V20190916::DescribeKTVPlaylistsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ame::V20190916::DescribeKTVPlaylistsRequest
- Defined in:
- lib/v20190916/models.rb
Overview
DescribeKTVPlaylists请求参数结构体
Instance Attribute Summary collapse
-
#Limit ⇒ Object
·OfficialRec:官方推荐 ·Normal:自定义 当该字段未填时,默认为取OfficialRec 取值范围:Offset + Limit 不超过5000 取值范围:Offset + Limit 不超过5000.
-
#Offset ⇒ Object
·OfficialRec:官方推荐 ·Normal:自定义 当该字段未填时,默认为取OfficialRec 取值范围:Offset + Limit 不超过5000 取值范围:Offset + Limit 不超过5000.
-
#Type ⇒ Object
·OfficialRec:官方推荐 ·Normal:自定义 当该字段未填时,默认为取OfficialRec 取值范围:Offset + Limit 不超过5000 取值范围:Offset + Limit 不超过5000.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil, offset = nil, limit = nil) ⇒ DescribeKTVPlaylistsRequest
constructor
A new instance of DescribeKTVPlaylistsRequest.
Constructor Details
#initialize(type = nil, offset = nil, limit = nil) ⇒ DescribeKTVPlaylistsRequest
Returns a new instance of DescribeKTVPlaylistsRequest.
775 776 777 778 779 |
# File 'lib/v20190916/models.rb', line 775 def initialize(type=nil, offset=nil, limit=nil) @Type = type @Offset = offset @Limit = limit end |
Instance Attribute Details
#Limit ⇒ Object
·OfficialRec:官方推荐·Normal:自定义当该字段未填时,默认为取OfficialRec 取值范围:Offset + Limit 不超过5000 取值范围:Offset + Limit 不超过5000
773 774 775 |
# File 'lib/v20190916/models.rb', line 773 def Limit @Limit end |
#Offset ⇒ Object
·OfficialRec:官方推荐·Normal:自定义当该字段未填时,默认为取OfficialRec 取值范围:Offset + Limit 不超过5000 取值范围:Offset + Limit 不超过5000
773 774 775 |
# File 'lib/v20190916/models.rb', line 773 def Offset @Offset end |
#Type ⇒ Object
·OfficialRec:官方推荐·Normal:自定义当该字段未填时,默认为取OfficialRec 取值范围:Offset + Limit 不超过5000 取值范围:Offset + Limit 不超过5000
773 774 775 |
# File 'lib/v20190916/models.rb', line 773 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
781 782 783 784 785 |
# File 'lib/v20190916/models.rb', line 781 def deserialize(params) @Type = params['Type'] @Offset = params['Offset'] @Limit = params['Limit'] end |