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