GoogleApi.Vault.V1.Model.ListSavedQueriesResponse (google_api_vault v0.25.0)

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 saved queries.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Vault.V1.Model.ListSavedQueriesResponse{
  nextPageToken: String.t() | nil,
  savedQueries: [GoogleApi.Vault.V1.Model.SavedQuery.t()] | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.