Class: TencentCloud::Iotvideoindustry::V20201201::DescribeLiveChannelListRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotvideoindustry::V20201201::DescribeLiveChannelListRequest
- Defined in:
- lib/v20201201/models.rb
Overview
DescribeLiveChannelList请求参数结构体
Instance Attribute Summary collapse
- #Limit ⇒ Object
- #LiveChannelName ⇒ Object
- #LiveChannelType ⇒ Object
- #Offset ⇒ Object
- #RecordPlanId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(offset = nil, limit = nil, livechanneltype = nil, recordplanid = nil, livechannelname = nil) ⇒ DescribeLiveChannelListRequest
constructor
A new instance of DescribeLiveChannelListRequest.
Constructor Details
#initialize(offset = nil, limit = nil, livechanneltype = nil, recordplanid = nil, livechannelname = nil) ⇒ DescribeLiveChannelListRequest
Returns a new instance of DescribeLiveChannelListRequest.
2660 2661 2662 2663 2664 2665 2666 |
# File 'lib/v20201201/models.rb', line 2660 def initialize(offset=nil, limit=nil, livechanneltype=nil, recordplanid=nil, livechannelname=nil) @Offset = offset @Limit = limit @LiveChannelType = livechanneltype @RecordPlanId = recordplanid @LiveChannelName = livechannelname end |
Instance Attribute Details
#Limit ⇒ Object
2658 2659 2660 |
# File 'lib/v20201201/models.rb', line 2658 def Limit @Limit end |
#LiveChannelName ⇒ Object
2658 2659 2660 |
# File 'lib/v20201201/models.rb', line 2658 def LiveChannelName @LiveChannelName end |
#LiveChannelType ⇒ Object
2658 2659 2660 |
# File 'lib/v20201201/models.rb', line 2658 def LiveChannelType @LiveChannelType end |
#Offset ⇒ Object
2658 2659 2660 |
# File 'lib/v20201201/models.rb', line 2658 def Offset @Offset end |
#RecordPlanId ⇒ Object
2658 2659 2660 |
# File 'lib/v20201201/models.rb', line 2658 def RecordPlanId @RecordPlanId end |
Instance Method Details
#deserialize(params) ⇒ Object
2668 2669 2670 2671 2672 2673 2674 |
# File 'lib/v20201201/models.rb', line 2668 def deserialize(params) @Offset = params['Offset'] @Limit = params['Limit'] @LiveChannelType = params['LiveChannelType'] @RecordPlanId = params['RecordPlanId'] @LiveChannelName = params['LiveChannelName'] end |