class MattersExports extends Resource (View source)

The "exports" collection of methods.

Typical usage is:

 $vaultService = new Google\Service\Vault(...);
 $exports = $vaultService->matters_exports;

Methods

create(string $matterId, Export $postBody, array $optParams = [])

Creates an export. (exports.create)

delete(string $matterId, string $exportId, array $optParams = [])

Deletes an export. (exports.delete)

get(string $matterId, string $exportId, array $optParams = [])

Gets an export. (exports.get)

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)

Parameters

string $matterId

The matter ID.

Export $postBody
array $optParams

Optional parameters.

Return Value

Export

Exceptions

Exception

VaultEmpty delete(string $matterId, string $exportId, array $optParams = [])

Deletes an export. (exports.delete)

Parameters

string $matterId

The matter ID.

string $exportId

The export ID.

array $optParams

Optional parameters.

Return Value

VaultEmpty

Exceptions

Exception

Export get(string $matterId, string $exportId, array $optParams = [])

Gets an export. (exports.get)

Parameters

string $matterId

The matter ID.

string $exportId

The export ID.

array $optParams

Optional parameters.

Return Value

Export

Exceptions

Exception

ListExportsResponse listMattersExports(string $matterId, array $optParams = [])

Lists details about the exports in the specified matter.

(exports.listMattersExports)

Parameters

string $matterId

The matter ID.

array $optParams

Optional parameters.

Return Value

ListExportsResponse

Exceptions

Exception