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

Description

Gets the specified hold.

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

Synopsis

Resource

type VaultMattersHoldsGetResource = "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 "view" MattersHoldsGetView :> (QueryParam "alt" AltJSON :> Get '[JSON] Hold))))))))))) Source #

A resource alias for vault.matters.holds.get method which the VaultMattersHoldsGet request conforms to.

Constructing a Request

data VaultMattersHoldsGet Source #

Gets the specified hold.

See: newVaultMattersHoldsGet smart constructor.

Constructors

VaultMattersHoldsGet 

Fields

Instances

Instances details
Generic VaultMattersHoldsGet Source # 
Instance details

Defined in Gogol.Vault.Matters.Holds.Get

Show VaultMattersHoldsGet Source # 
Instance details

Defined in Gogol.Vault.Matters.Holds.Get

Eq VaultMattersHoldsGet Source # 
Instance details

Defined in Gogol.Vault.Matters.Holds.Get

GoogleRequest VaultMattersHoldsGet Source # 
Instance details

Defined in Gogol.Vault.Matters.Holds.Get

type Rep VaultMattersHoldsGet Source # 
Instance details

Defined in Gogol.Vault.Matters.Holds.Get

type Rs VaultMattersHoldsGet Source # 
Instance details

Defined in Gogol.Vault.Matters.Holds.Get

type Scopes VaultMattersHoldsGet Source # 
Instance details

Defined in Gogol.Vault.Matters.Holds.Get

newVaultMattersHoldsGet Source #

Arguments

:: Text

The hold ID. See holdId.

-> Text

The matter ID. See matterId.

-> VaultMattersHoldsGet 

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