@watzon/baserow
Preparing search index...
types
SingleAuditLogExportJobResponse
Interface SingleAuditLogExportJobResponse
interface
SingleAuditLogExportJobResponse
{
created_on
:
string
;
csv_column_separator
?:
string
;
csv_first_row_header
?:
boolean
;
exclude_columns
?:
string
;
export_charset
?:
string
;
exported_file_name
:
string
;
filter_action_type
?:
string
;
filter_from_timestamp
?:
string
;
filter_to_timestamp
?:
string
;
filter_user_id
?:
number
;
filter_workspace_id
?:
number
;
url
:
string
;
}
Index
Properties
created_
on
csv_
column_
separator?
csv_
first_
row_
header?
exclude_
columns?
export_
charset?
exported_
file_
name
filter_
action_
type?
filter_
from_
timestamp?
filter_
to_
timestamp?
filter_
user_
id?
filter_
workspace_
id?
url
Properties
created_
on
created_on
:
string
Optional
csv_
column_
separator
csv_column_separator
?:
string
Optional
csv_
first_
row_
header
csv_first_row_header
?:
boolean
Optional
exclude_
columns
exclude_columns
?:
string
Optional
export_
charset
export_charset
?:
string
exported_
file_
name
exported_file_name
:
string
Optional
filter_
action_
type
filter_action_type
?:
string
Optional
filter_
from_
timestamp
filter_from_timestamp
?:
string
Optional
filter_
to_
timestamp
filter_to_timestamp
?:
string
Optional
filter_
user_
id
filter_user_id
?:
number
Optional
filter_
workspace_
id
filter_workspace_id
?:
number
url
url
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
created_
on
csv_
column_
separator
csv_
first_
row_
header
exclude_
columns
export_
charset
exported_
file_
name
filter_
action_
type
filter_
from_
timestamp
filter_
to_
timestamp
filter_
user_
id
filter_
workspace_
id
url
@watzon/baserow
Loading...