package report type listQuery struct { Page int PageSize int Keyword string TargetType string ReportType string StartAtMS int64 EndAtMS int64 }