Class: TencentCloud::Iotvideoindustry::V20201201::DescribeLiveVideoListRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotvideoindustry::V20201201::DescribeLiveVideoListRequest
- Defined in:
- lib/v20201201/models.rb
Overview
DescribeLiveVideoList请求参数结构体
Instance Attribute Summary collapse
- #EndExpireTime ⇒ Object
- #EndFileSize ⇒ Object
- #EndRecordTime ⇒ Object
- #IsRecording ⇒ Object
- #Limit ⇒ Object
- #LiveChannelId ⇒ Object
- #Offset ⇒ Object
- #StartExpireTime ⇒ Object
- #StartFileSize ⇒ Object
- #StartRecordTime ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(offset = nil, limit = nil, livechannelid = nil, startrecordtime = nil, endrecordtime = nil, startexpiretime = nil, endexpiretime = nil, startfilesize = nil, endfilesize = nil, isrecording = nil) ⇒ DescribeLiveVideoListRequest
constructor
A new instance of DescribeLiveVideoListRequest.
Constructor Details
#initialize(offset = nil, limit = nil, livechannelid = nil, startrecordtime = nil, endrecordtime = nil, startexpiretime = nil, endexpiretime = nil, startfilesize = nil, endfilesize = nil, isrecording = nil) ⇒ DescribeLiveVideoListRequest
Returns a new instance of DescribeLiveVideoListRequest.
2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 |
# File 'lib/v20201201/models.rb', line 2944 def initialize(offset=nil, limit=nil, livechannelid=nil, startrecordtime=nil, endrecordtime=nil, startexpiretime=nil, endexpiretime=nil, startfilesize=nil, endfilesize=nil, isrecording=nil) @Offset = offset @Limit = limit @LiveChannelId = livechannelid @StartRecordTime = startrecordtime @EndRecordTime = endrecordtime @StartExpireTime = startexpiretime @EndExpireTime = endexpiretime @StartFileSize = startfilesize @EndFileSize = endfilesize @IsRecording = isrecording end |
Instance Attribute Details
#EndExpireTime ⇒ Object
2942 2943 2944 |
# File 'lib/v20201201/models.rb', line 2942 def EndExpireTime @EndExpireTime end |
#EndFileSize ⇒ Object
2942 2943 2944 |
# File 'lib/v20201201/models.rb', line 2942 def EndFileSize @EndFileSize end |
#EndRecordTime ⇒ Object
2942 2943 2944 |
# File 'lib/v20201201/models.rb', line 2942 def EndRecordTime @EndRecordTime end |
#IsRecording ⇒ Object
2942 2943 2944 |
# File 'lib/v20201201/models.rb', line 2942 def IsRecording @IsRecording end |
#Limit ⇒ Object
2942 2943 2944 |
# File 'lib/v20201201/models.rb', line 2942 def Limit @Limit end |
#LiveChannelId ⇒ Object
2942 2943 2944 |
# File 'lib/v20201201/models.rb', line 2942 def LiveChannelId @LiveChannelId end |
#Offset ⇒ Object
2942 2943 2944 |
# File 'lib/v20201201/models.rb', line 2942 def Offset @Offset end |
#StartExpireTime ⇒ Object
2942 2943 2944 |
# File 'lib/v20201201/models.rb', line 2942 def StartExpireTime @StartExpireTime end |
#StartFileSize ⇒ Object
2942 2943 2944 |
# File 'lib/v20201201/models.rb', line 2942 def StartFileSize @StartFileSize end |
#StartRecordTime ⇒ Object
2942 2943 2944 |
# File 'lib/v20201201/models.rb', line 2942 def StartRecordTime @StartRecordTime end |
Instance Method Details
#deserialize(params) ⇒ Object
2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 |
# File 'lib/v20201201/models.rb', line 2957 def deserialize(params) @Offset = params['Offset'] @Limit = params['Limit'] @LiveChannelId = params['LiveChannelId'] @StartRecordTime = params['StartRecordTime'] @EndRecordTime = params['EndRecordTime'] @StartExpireTime = params['StartExpireTime'] @EndExpireTime = params['EndExpireTime'] @StartFileSize = params['StartFileSize'] @EndFileSize = params['EndFileSize'] @IsRecording = params['IsRecording'] end |