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