- 命名空间: Limyee.Extensibility.Api.Version1
- 程序集: Limyee.Api.dll
定义
class AbuseReportListOptions { Guid? AbusiveContentId { get; set; } Guid? AppealId { get; set; } string AppealState { get; set; } bool? AssignedToAppeal { get; set; } Guid? AuthorUserId { get; set; } DateTime? EndDate { get; set; } int? PageIndex { get; set; } int? PageSize { get; set; } int? ReportingUserId { get; set; } string SortBy { get; set; } string SortOrder { get; set; } DateTime? StartDate { get; set; } }
属性
名称 |
类型 |
描述 |
默认值 |
选项 |
AbusiveContentId |
Guid? |
Abusive content Id |
||
AppealId |
Guid? |
Appeal Id |
||
AppealState |
string |
Appeal state |
||
AssignedToAppeal |
bool? |
Assigned to appeal |
||
AuthorUserId |
Guid? |
Author user Id |
||
EndDate |
DateTime? |
End date |
||
PageIndex |
int? |
Page index |
||
PageSize |
int? |
Page size |
||
ReportingUserId |
int? |
Reporting user Id |
||
SortBy |
string |
Sort by |
abusereportid |
abusereportid, authorid, createdutcdate |
SortOrder |
string |
Sort order |
||
StartDate |
DateTime? |
Start date |