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.Undelete
Contents
Description
Undeletes the specified matter. Returns the matter with updated state.
See: Google Vault API Reference for vault.matters.undelete
.
Synopsis
- type VaultMattersUndeleteResource = "v1" :> ("matters" :> (CaptureMode "matterId" "undelete" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "access_token" Text :> (QueryParam "callback" Text :> (QueryParam "uploadType" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] UndeleteMatterRequest :> Post '[JSON] Matter)))))))))
- data VaultMattersUndelete = VaultMattersUndelete {}
- newVaultMattersUndelete :: Text -> UndeleteMatterRequest -> VaultMattersUndelete
Resource
type VaultMattersUndeleteResource = "v1" :> ("matters" :> (CaptureMode "matterId" "undelete" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "access_token" Text :> (QueryParam "callback" Text :> (QueryParam "uploadType" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] UndeleteMatterRequest :> Post '[JSON] Matter))))))))) Source #
A resource alias for vault.matters.undelete
method which the
VaultMattersUndelete
request conforms to.
Constructing a Request
data VaultMattersUndelete Source #
Undeletes the specified matter. Returns the matter with updated state.
See: newVaultMattersUndelete
smart constructor.
Constructors
VaultMattersUndelete | |
Fields
|
Instances
newVaultMattersUndelete Source #
Arguments
:: Text | The matter ID. See |
-> UndeleteMatterRequest | Multipart request metadata. See |
-> VaultMattersUndelete |
Creates a value of VaultMattersUndelete
with the minimum fields required to make a request.