GoogleApi.Vault.V1.Model.SavedQuery (google_api_vault v0.19.4) View Source

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.

Attributes

  • createTime (type: DateTime.t, default: nil) - Output only. The server-generated timestamp when the saved query was created.
  • displayName (type: String.t, default: nil) - The name of the saved query.
  • matterId (type: String.t, default: nil) - 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.
  • query (type: GoogleApi.Vault.V1.Model.Query.t, default: nil) - The search parameters of the saved query.
  • savedQueryId (type: String.t, default: nil) - A unique identifier for the saved query.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Vault.V1.Model.SavedQuery{
  createTime: DateTime.t() | nil,
  displayName: String.t() | nil,
  matterId: String.t() | nil,
  query: GoogleApi.Vault.V1.Model.Query.t() | nil,
  savedQueryId: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.