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.Holds.Create

Description

Creates a hold in the specified matter.

See: Google Vault API Reference for vault.matters.holds.create.

Synopsis

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

Instances details
Generic VaultMattersHoldsCreate Source # 
Instance details

Defined in Gogol.Vault.Matters.Holds.Create

Associated Types

type Rep VaultMattersHoldsCreate 
Instance details

Defined in Gogol.Vault.Matters.Holds.Create

Show VaultMattersHoldsCreate Source # 
Instance details

Defined in Gogol.Vault.Matters.Holds.Create

Eq VaultMattersHoldsCreate Source # 
Instance details

Defined in Gogol.Vault.Matters.Holds.Create

GoogleRequest VaultMattersHoldsCreate Source # 
Instance details

Defined in Gogol.Vault.Matters.Holds.Create

type Rep VaultMattersHoldsCreate Source # 
Instance details

Defined in Gogol.Vault.Matters.Holds.Create

type Rs VaultMattersHoldsCreate Source # 
Instance details

Defined in Gogol.Vault.Matters.Holds.Create

type Scopes VaultMattersHoldsCreate Source # 
Instance details

Defined in Gogol.Vault.Matters.Holds.Create

newVaultMattersHoldsCreate Source #

Arguments

:: Text

The matter ID. See matterId.

-> Hold

Multipart request metadata. See payload.

-> VaultMattersHoldsCreate 

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