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.
3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 |
# File 'lib/v20201201/models.rb', line 3011 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
3009 3010 3011 |
# File 'lib/v20201201/models.rb', line 3009 def EndExpireTime @EndExpireTime end |
#EndFileSize ⇒ Object
3009 3010 3011 |
# File 'lib/v20201201/models.rb', line 3009 def EndFileSize @EndFileSize end |
#EndRecordTime ⇒ Object
3009 3010 3011 |
# File 'lib/v20201201/models.rb', line 3009 def EndRecordTime @EndRecordTime end |
#IsRecording ⇒ Object
3009 3010 3011 |
# File 'lib/v20201201/models.rb', line 3009 def IsRecording @IsRecording end |
#Limit ⇒ Object
3009 3010 3011 |
# File 'lib/v20201201/models.rb', line 3009 def Limit @Limit end |
#LiveChannelId ⇒ Object
3009 3010 3011 |
# File 'lib/v20201201/models.rb', line 3009 def LiveChannelId @LiveChannelId end |
#Offset ⇒ Object
3009 3010 3011 |
# File 'lib/v20201201/models.rb', line 3009 def Offset @Offset end |
#StartExpireTime ⇒ Object
3009 3010 3011 |
# File 'lib/v20201201/models.rb', line 3009 def StartExpireTime @StartExpireTime end |
#StartFileSize ⇒ Object
3009 3010 3011 |
# File 'lib/v20201201/models.rb', line 3009 def StartFileSize @StartFileSize end |
#StartRecordTime ⇒ Object
3009 3010 3011 |
# File 'lib/v20201201/models.rb', line 3009 def StartRecordTime @StartRecordTime end |
Instance Method Details
#deserialize(params) ⇒ Object
3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 |
# File 'lib/v20201201/models.rb', line 3024 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 |