Type Alias ReportsGetSignInSignOutActivityReportResponse
ReportsGetSignInSignOutActivityReportResponse: {
activity_logs?: {
client_type?: string;
email?: string;
ip_address?: string;
time?: string;
type?: string;
version?: string;
}[];
from?: string;
next_page_token?: string;
page_size?: number;
to?: string;
}