GoogleApi.Vault.V1.Model.ListSavedQueriesResponse (google_api_vault v0.19.4) 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.
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.ListSavedQueriesResponse{ nextPageToken: String.t() | nil, savedQueries: [GoogleApi.Vault.V1.Model.SavedQuery.t()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.