Copyright | (c) 2015-2025 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+gogol@gmail.com> Toni Cebrián <toni@tonicebrian.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | GHC2021 |
Gogol.Vault.Matters.Exports.Create
Contents
Description
Creates an export.
See: Google Vault API Reference for vault.matters.exports.create
.
Synopsis
- type VaultMattersExportsCreateResource = "v1" :> ("matters" :> (Capture "matterId" Text :> ("exports" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "access_token" Text :> (QueryParam "callback" Text :> (QueryParam "uploadType" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Export :> Post '[JSON] Export))))))))))
- data VaultMattersExportsCreate = VaultMattersExportsCreate {}
- newVaultMattersExportsCreate :: Text -> Export -> VaultMattersExportsCreate
Resource
type VaultMattersExportsCreateResource = "v1" :> ("matters" :> (Capture "matterId" Text :> ("exports" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "access_token" Text :> (QueryParam "callback" Text :> (QueryParam "uploadType" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Export :> Post '[JSON] Export)))))))))) Source #
A resource alias for vault.matters.exports.create
method which the
VaultMattersExportsCreate
request conforms to.
Constructing a Request
data VaultMattersExportsCreate Source #
Creates an export.
See: newVaultMattersExportsCreate
smart constructor.
Constructors
VaultMattersExportsCreate | |
Fields
|
Instances
newVaultMattersExportsCreate Source #
Arguments
:: Text | The matter ID. See |
-> Export | Multipart request metadata. See |
-> VaultMattersExportsCreate |
Creates a value of VaultMattersExportsCreate
with the minimum fields required to make a request.