gogol-vault-1.0.0: Google Vault SDK.
Copyright(c) 2015-2025 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+gogol@gmail.com> Toni Cebrián <toni@tonicebrian.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageGHC2021

Gogol.Vault.Matters.Count

Description

Counts the accounts processed by the specified query.

See: Google Vault API Reference for vault.matters.count.

Synopsis

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

Instances details
Generic VaultMattersCount Source # 
Instance details

Defined in Gogol.Vault.Matters.Count

Show VaultMattersCount Source # 
Instance details

Defined in Gogol.Vault.Matters.Count

Eq VaultMattersCount Source # 
Instance details

Defined in Gogol.Vault.Matters.Count

GoogleRequest VaultMattersCount Source # 
Instance details

Defined in Gogol.Vault.Matters.Count

Associated Types

type Rs VaultMattersCount 
Instance details

Defined in Gogol.Vault.Matters.Count

type Scopes VaultMattersCount 
Instance details

Defined in Gogol.Vault.Matters.Count

type Rep VaultMattersCount Source # 
Instance details

Defined in Gogol.Vault.Matters.Count

type Rs VaultMattersCount Source # 
Instance details

Defined in Gogol.Vault.Matters.Count

type Scopes VaultMattersCount Source # 
Instance details

Defined in Gogol.Vault.Matters.Count

newVaultMattersCount Source #

Arguments

:: Text

The matter ID. See matterId.

-> CountArtifactsRequest

Multipart request metadata. See payload.

-> VaultMattersCount 

Creates a value of VaultMattersCount with the minimum fields required to make a request.