Type Alias ReportsGetOperationLogsReportResponse

ReportsGetOperationLogsReportResponse: {
    next_page_token?: string;
    page_size?: number;
} & {
    operation_logs?: {
        action?: string;
        category_type?: string;
        operation_detail?: string;
        operator?: string;
        time?: string;
    }[];
}