MattersExports
class MattersExports extends Resource (View source)
The "exports" collection of methods.
Typical usage is:
$vaultService = new Google\Service\Vault(...);
$exports = $vaultService->matters_exports;
Methods
delete(string $matterId, string $exportId, array $optParams = [])
Deletes an export. (exports.delete)
listMattersExports(string $matterId, array $optParams = [])
Lists details about the exports in the specified matter.
Details
Export
create(string $matterId, Export $postBody, array $optParams = [])
Creates an export. (exports.create)
VaultEmpty
delete(string $matterId, string $exportId, array $optParams = [])
Deletes an export. (exports.delete)
Export
get(string $matterId, string $exportId, array $optParams = [])
Gets an export. (exports.get)
ListExportsResponse
listMattersExports(string $matterId, array $optParams = [])
Lists details about the exports in the specified matter.
(exports.listMattersExports)