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.Update

Description

Updates the scope (organizational unit or accounts) and query parameters of a hold. You cannot add accounts to a hold that covers an organizational unit, nor can you add organizational units to a hold that covers individual accounts. If you try, the unsupported values are ignored.

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

Synopsis

Resource

type VaultMattersHoldsUpdateResource = "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 "alt" AltJSON :> (ReqBody '[JSON] Hold :> Put '[JSON] Hold))))))))))) Source #

A resource alias for vault.matters.holds.update method which the VaultMattersHoldsUpdate request conforms to.

Constructing a Request

data VaultMattersHoldsUpdate Source #

Updates the scope (organizational unit or accounts) and query parameters of a hold. You cannot add accounts to a hold that covers an organizational unit, nor can you add organizational units to a hold that covers individual accounts. If you try, the unsupported values are ignored.

See: newVaultMattersHoldsUpdate smart constructor.

Constructors

VaultMattersHoldsUpdate 

Fields

Instances

Instances details
Generic VaultMattersHoldsUpdate Source # 
Instance details

Defined in Gogol.Vault.Matters.Holds.Update

Show VaultMattersHoldsUpdate Source # 
Instance details

Defined in Gogol.Vault.Matters.Holds.Update

Eq VaultMattersHoldsUpdate Source # 
Instance details

Defined in Gogol.Vault.Matters.Holds.Update

GoogleRequest VaultMattersHoldsUpdate Source # 
Instance details

Defined in Gogol.Vault.Matters.Holds.Update

type Rep VaultMattersHoldsUpdate Source # 
Instance details

Defined in Gogol.Vault.Matters.Holds.Update

type Rs VaultMattersHoldsUpdate Source # 
Instance details

Defined in Gogol.Vault.Matters.Holds.Update

type Scopes VaultMattersHoldsUpdate Source # 
Instance details

Defined in Gogol.Vault.Matters.Holds.Update

newVaultMattersHoldsUpdate Source #

Arguments

:: Text

The ID of the hold. See holdId.

-> Text

The matter ID. See matterId.

-> Hold

Multipart request metadata. See payload.

-> VaultMattersHoldsUpdate 

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