google_api_vault v0.14.1 GoogleApi.Vault.V1.Model.ListExportsResponse View Source
The holds for a matter.
Attributes
exports
(type:list(GoogleApi.Vault.V1.Model.Export.t)
, default:nil
) - The list of exports.nextPageToken
(type:String.t
, default:nil
) - Page token to retrieve the next page of results in the list.
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 Sourcet() :: %GoogleApi.Vault.V1.Model.ListExportsResponse{ exports: [GoogleApi.Vault.V1.Model.Export.t()], nextPageToken: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.