| 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.List
Contents
Description
Lists the holds in a matter.
See: Google Vault API Reference for vault.matters.holds.list.
Synopsis
- type VaultMattersHoldsListResource = "v1" :> ("matters" :> (Capture "matterId" Text :> ("holds" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "access_token" Text :> (QueryParam "callback" Text :> (QueryParam "pageSize" Int32 :> (QueryParam "pageToken" Text :> (QueryParam "uploadType" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "view" MattersHoldsListView :> (QueryParam "alt" AltJSON :> Get '[JSON] ListHoldsResponse))))))))))))
- data VaultMattersHoldsList = VaultMattersHoldsList {}
- newVaultMattersHoldsList :: Text -> VaultMattersHoldsList
Resource
type VaultMattersHoldsListResource = "v1" :> ("matters" :> (Capture "matterId" Text :> ("holds" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "access_token" Text :> (QueryParam "callback" Text :> (QueryParam "pageSize" Int32 :> (QueryParam "pageToken" Text :> (QueryParam "uploadType" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "view" MattersHoldsListView :> (QueryParam "alt" AltJSON :> Get '[JSON] ListHoldsResponse)))))))))))) Source #
A resource alias for vault.matters.holds.list method which the
VaultMattersHoldsList request conforms to.
Constructing a Request
data VaultMattersHoldsList Source #
Lists the holds in a matter.
See: newVaultMattersHoldsList smart constructor.
Constructors
| VaultMattersHoldsList | |
Fields
| |
Instances
newVaultMattersHoldsList Source #
Arguments
| :: Text | The matter ID. See |
| -> VaultMattersHoldsList |
Creates a value of VaultMattersHoldsList with the minimum fields required to make a request.