google_api_vault v0.3.0 GoogleApi.Vault.V1.Model.ListSavedQueriesResponse View Source
Definition of the response for method ListSaveQuery.
Attributes
- nextPageToken (String.t): 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. Defaults to:
null
. - savedQueries ([SavedQuery]): List of output saved queries. Defaults to:
null
.
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()
View Source
t() :: %GoogleApi.Vault.V1.Model.ListSavedQueriesResponse{
nextPageToken: any(),
savedQueries: [GoogleApi.Vault.V1.Model.SavedQuery.t()]
}
t() :: %GoogleApi.Vault.V1.Model.ListSavedQueriesResponse{ nextPageToken: any(), savedQueries: [GoogleApi.Vault.V1.Model.SavedQuery.t()] }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.