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.Get
Contents
Description
Gets an export.
See: Google Vault API Reference for vault.matters.exports.get
.
Synopsis
- type VaultMattersExportsGetResource = "v1" :> ("matters" :> (Capture "matterId" Text :> ("exports" :> (Capture "exportId" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "access_token" Text :> (QueryParam "callback" Text :> (QueryParam "uploadType" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Export))))))))))
- data VaultMattersExportsGet = VaultMattersExportsGet {}
- newVaultMattersExportsGet :: Text -> Text -> VaultMattersExportsGet
Resource
type VaultMattersExportsGetResource = "v1" :> ("matters" :> (Capture "matterId" Text :> ("exports" :> (Capture "exportId" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "access_token" Text :> (QueryParam "callback" Text :> (QueryParam "uploadType" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Export)))))))))) Source #
A resource alias for vault.matters.exports.get
method which the
VaultMattersExportsGet
request conforms to.
Constructing a Request
data VaultMattersExportsGet Source #
Gets an export.
See: newVaultMattersExportsGet
smart constructor.
Constructors
VaultMattersExportsGet | |
Fields
|
Instances
newVaultMattersExportsGet Source #
Arguments
:: Text | The export ID. See |
-> Text | The matter ID. See |
-> VaultMattersExportsGet |
Creates a value of VaultMattersExportsGet
with the minimum fields required to make a request.