Class: TencentCloud::Vod::V20180717::DescribeCurrentPlaylistRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180717/models.rb

Overview

DescribeCurrentPlaylist请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(subappid = nil, roundplayid = nil, limit = nil) ⇒ DescribeCurrentPlaylistRequest



10476
10477
10478
10479
10480
# File 'lib/v20180717/models.rb', line 10476

def initialize(subappid=nil, roundplayid=nil, limit=nil)
  @SubAppId = subappid
  @RoundPlayId = roundplayid
  @Limit = limit
end

Instance Attribute Details

#LimitObject



10474
10475
10476
# File 'lib/v20180717/models.rb', line 10474

def Limit
  @Limit
end

#RoundPlayIdObject



10474
10475
10476
# File 'lib/v20180717/models.rb', line 10474

def RoundPlayId
  @RoundPlayId
end

#SubAppIdObject



10474
10475
10476
# File 'lib/v20180717/models.rb', line 10474

def SubAppId
  @SubAppId
end

Instance Method Details

#deserialize(params) ⇒ Object



10482
10483
10484
10485
10486
# File 'lib/v20180717/models.rb', line 10482

def deserialize(params)
  @SubAppId = params['SubAppId']
  @RoundPlayId = params['RoundPlayId']
  @Limit = params['Limit']
end