Skip to main content

exports

Overview

Nameexports
TypeResource
Idgoogleworkspace.vault.exports

Fields

NameDatatypeDescription
idstringOutput only. The generated export ID.
namestringThe export name. Don't use special characters (~!$'(),;@:/?) in the name, they can prevent you from downloading exports.
matterIdstringOutput only. The matter ID.
cloudStorageSinkobjectExport sink for Cloud Storage files.
exportOptionsobjectAdditional options for exports
statsobjectProgress information for an export.
createTimestringOutput only. The time when the export was created.
requesterobjectUser's information.
queryobjectThe query definition used for search and export.
statusstringOutput only. The status of the export.

Methods

NameAccessible byRequired ParamsDescription
matters_exports_getSELECTexportId, matterIdGets an export.
matters_exports_listSELECTmatterIdLists details about the exports in the specified matter.
matters_exports_createINSERTmatterIdCreates an export.
matters_exports_deleteDELETEexportId, matterIdDeletes an export.