Resource: SavedQuery
The definition of a saved query.
To work with Vault resources, the account must have the required Vault privileges and access to the matter. To access a matter, the account must have created the matter, have the matter shared with them, or have the View All Matters privilege.
JSON representation |
---|
{
"savedQueryId": string,
"displayName": string,
"query": {
object ( |
Fields | |
---|---|
savedQueryId |
A unique identifier for the saved query. |
displayName |
The name of the saved query. |
query |
The search parameters of the saved query. |
matterId |
Output only. The matter ID of the matter the saved query is saved in. The server does not use this field during create and always uses matter ID in the URL. |
createTime |
Output only. The server-generated timestamp when the saved query was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
Methods |
|
---|---|
|
Creates a saved query. |
|
Deletes the specified saved query. |
|
Retrieves the specified saved query. |
|
Lists the saved queries in a matter. |