id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id |
title |
pagination_label |
sidebar_label |
sidebar_class_name |
keywords |
slug |
tags |
| search-schedule |
SearchSchedule |
SearchSchedule |
SearchSchedule |
pythonsdk |
| python |
| Python |
| sdk |
| SearchSchedule |
| SearchSchedule |
|
/tools/sdk/python/v3/models/search-schedule |
| SDK |
| Software Development Kit |
| SearchSchedule |
| SearchSchedule |
|
SearchSchedule
Properties
| Name |
Type |
Description |
Notes |
| saved_search_id |
str |
The ID of the saved search that will be executed. |
[required] |
| created |
datetime |
The date the scheduled search was initially created. |
[optional] [readonly] |
| modified |
datetime |
The last date the scheduled search was modified. |
[optional] [readonly] |
| schedule |
Schedule1 |
|
[required] |
| recipients |
[]SearchScheduleRecipientsInner |
A list of identities that should receive the scheduled search report via email. |
[required] |
| enabled |
bool |
Indicates if the scheduled search is enabled. |
[optional] [default to False] |
| email_empty_results |
bool |
Indicates if email generation should occur when search returns no results. |
[optional] [default to False] |
| display_query_details |
bool |
Indicates if the generated email should include the query and search results preview (which could include PII). |
[optional] [default to False] |
| } |
|
|
|
Example
[Back to top]