Type Alias VideoSDKReportsGetOperationLogsReportResponse
VideoSDKReportsGetOperationLogsReportResponse: {
from?: string;
next_page_token?: string;
operation_logs?: {
action?: string;
category_type?: string;
operation_detail?: string;
operator?: string;
time?: string;
}[];
page_size?: number;
to?: string;
}