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.Holds.Create
Contents
Description
Creates a hold in the specified matter.
See: Google Vault API Reference for vault.matters.holds.create
.
Synopsis
- type VaultMattersHoldsCreateResource = "v1" :> ("matters" :> (Capture "matterId" Text :> ("holds" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "access_token" Text :> (QueryParam "callback" Text :> (QueryParam "uploadType" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Hold :> Post '[JSON] Hold))))))))))
- data VaultMattersHoldsCreate = VaultMattersHoldsCreate {}
- newVaultMattersHoldsCreate :: Text -> Hold -> VaultMattersHoldsCreate
Resource
type VaultMattersHoldsCreateResource = "v1" :> ("matters" :> (Capture "matterId" Text :> ("holds" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "access_token" Text :> (QueryParam "callback" Text :> (QueryParam "uploadType" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Hold :> Post '[JSON] Hold)))))))))) Source #
A resource alias for vault.matters.holds.create
method which the
VaultMattersHoldsCreate
request conforms to.
Constructing a Request
data VaultMattersHoldsCreate Source #
Creates a hold in the specified matter.
See: newVaultMattersHoldsCreate
smart constructor.
Constructors
VaultMattersHoldsCreate | |
Fields
|
Instances
newVaultMattersHoldsCreate Source #
Arguments
:: Text | The matter ID. See |
-> Hold | Multipart request metadata. See |
-> VaultMattersHoldsCreate |
Creates a value of VaultMattersHoldsCreate
with the minimum fields required to make a request.