CloudRecordByTimeBaseModel class

Implementers

Constructors

CloudRecordByTimeBaseModel({required String msg, required String sn, DateTime? startTime, DateTime? endTime, int? channel, String? muserid})

Properties

channel int?
【可选】不填写此字段表示查询所有通道
final
endTime DateTime?
结束时间,不传默认当天结束时间 2018-06-05 23:59:59
final
hashCode int
The hash code for this object.
no setterinherited
msg String
接口标识1.短视频(short_video_query_user)
final
muserid String?
主账号Id,只有分享的设备才有
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sn String
序列号
final
startTime DateTime?
开始时间,不传默认当天开始时间 2018-06-05 00:00:00
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJsonString() String
{ "msg": "video_query_user", "sn": "4ad15e3168fb9061", "st": "2023-05-18 00:00:00", "et": "2023-05-18 23:59:59", "ch": 0 }
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited