google_api_vault v0.13.1 GoogleApi.Vault.V1.Model.ListSavedQueriesResponse View Source

Definition of the response for method ListSaveQuery.

Attributes

  • nextPageToken (type: String.t, default: nil) - Page token to retrieve the next page of results in the list. If this is empty, then there are no more saved queries to list.
  • savedQueries (type: list(GoogleApi.Vault.V1.Model.SavedQuery.t), default: nil) - List of output saved queries.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Vault.V1.Model.ListSavedQueriesResponse{
  nextPageToken: String.t(),
  savedQueries: [GoogleApi.Vault.V1.Model.SavedQuery.t()]
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.