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.Count
Contents
Description
Counts the accounts processed by the specified query.
See: Google Vault API Reference for vault.matters.count
.
Synopsis
- type VaultMattersCountResource = "v1" :> ("matters" :> (CaptureMode "matterId" "count" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "access_token" Text :> (QueryParam "callback" Text :> (QueryParam "uploadType" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] CountArtifactsRequest :> Post '[JSON] Operation)))))))))
- data VaultMattersCount = VaultMattersCount {}
- newVaultMattersCount :: Text -> CountArtifactsRequest -> VaultMattersCount
Resource
type VaultMattersCountResource = "v1" :> ("matters" :> (CaptureMode "matterId" "count" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "access_token" Text :> (QueryParam "callback" Text :> (QueryParam "uploadType" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] CountArtifactsRequest :> Post '[JSON] Operation))))))))) Source #
A resource alias for vault.matters.count
method which the
VaultMattersCount
request conforms to.
Constructing a Request
data VaultMattersCount Source #
Counts the accounts processed by the specified query.
See: newVaultMattersCount
smart constructor.
Constructors
VaultMattersCount | |
Fields
|
Instances
Arguments
:: Text | The matter ID. See |
-> CountArtifactsRequest | Multipart request metadata. See |
-> VaultMattersCount |
Creates a value of VaultMattersCount
with the minimum fields required to make a request.