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

Definition of the saved query.

Attributes

  • createTime (type: DateTime.t, default: nil) - Output only. The server generated timestamp at which saved query was created.
  • displayName (type: String.t, default: nil) - Name of the saved query.
  • matterId (type: String.t, default: nil) - Output only. The matter ID of the associated matter. The server does not look at this field during create and always uses matter id in the URL.
  • query (type: GoogleApi.Vault.V1.Model.Query.t, default: nil) - The underlying Query object which contains all the information 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(),
  displayName: String.t(),
  matterId: String.t(),
  query: GoogleApi.Vault.V1.Model.Query.t(),
  savedQueryId: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.