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.
2718 2719 2720 2721 2722 2723 2724 |
# File 'lib/v20201201/models.rb', line 2718 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
2716 2717 2718 |
# File 'lib/v20201201/models.rb', line 2716 def Limit @Limit end |
#LiveChannelName ⇒ Object
2716 2717 2718 |
# File 'lib/v20201201/models.rb', line 2716 def LiveChannelName @LiveChannelName end |
#LiveChannelType ⇒ Object
2716 2717 2718 |
# File 'lib/v20201201/models.rb', line 2716 def LiveChannelType @LiveChannelType end |
#Offset ⇒ Object
2716 2717 2718 |
# File 'lib/v20201201/models.rb', line 2716 def Offset @Offset end |
#RecordPlanId ⇒ Object
2716 2717 2718 |
# File 'lib/v20201201/models.rb', line 2716 def RecordPlanId @RecordPlanId end |
Instance Method Details
#deserialize(params) ⇒ Object
2726 2727 2728 2729 2730 2731 2732 |
# File 'lib/v20201201/models.rb', line 2726 def deserialize(params) @Offset = params['Offset'] @Limit = params['Limit'] @LiveChannelType = params['LiveChannelType'] @RecordPlanId = params['RecordPlanId'] @LiveChannelName = params['LiveChannelName'] end |