gogol-vault-0.4.0: Google G Suite Vault SDK.

Copyright(c) 2015-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.Vault.Matters.Holds.Get

Contents

Description

Gets a hold by ID.

See: G Suite Vault API Reference for vault.matters.holds.get.

Synopsis

REST Resource

type MattersHoldsGetResource = "v1" :> ("matters" :> (Capture "matterId" Text :> ("holds" :> (Capture "holdId" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "view" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Hold))))))))))) Source #

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

Creating a Request

mattersHoldsGet Source #

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

Use one of the following lenses to modify other fields as desired:

data MattersHoldsGet Source #

Gets a hold by ID.

See: mattersHoldsGet smart constructor.

Instances
Eq MattersHoldsGet Source # 
Instance details

Defined in Network.Google.Resource.Vault.Matters.Holds.Get

Data MattersHoldsGet Source # 
Instance details

Defined in Network.Google.Resource.Vault.Matters.Holds.Get

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> MattersHoldsGet -> c MattersHoldsGet #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c MattersHoldsGet #

toConstr :: MattersHoldsGet -> Constr #

dataTypeOf :: MattersHoldsGet -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c MattersHoldsGet) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c MattersHoldsGet) #

gmapT :: (forall b. Data b => b -> b) -> MattersHoldsGet -> MattersHoldsGet #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> MattersHoldsGet -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> MattersHoldsGet -> r #

gmapQ :: (forall d. Data d => d -> u) -> MattersHoldsGet -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> MattersHoldsGet -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> MattersHoldsGet -> m MattersHoldsGet #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> MattersHoldsGet -> m MattersHoldsGet #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> MattersHoldsGet -> m MattersHoldsGet #

Show MattersHoldsGet Source # 
Instance details

Defined in Network.Google.Resource.Vault.Matters.Holds.Get

Generic MattersHoldsGet Source # 
Instance details

Defined in Network.Google.Resource.Vault.Matters.Holds.Get

Associated Types

type Rep MattersHoldsGet :: Type -> Type #

GoogleRequest MattersHoldsGet Source # 
Instance details

Defined in Network.Google.Resource.Vault.Matters.Holds.Get

Associated Types

type Rs MattersHoldsGet :: Type #

type Scopes MattersHoldsGet :: [Symbol] #

type Rep MattersHoldsGet Source # 
Instance details

Defined in Network.Google.Resource.Vault.Matters.Holds.Get

type Rep MattersHoldsGet = D1 (MetaData "MattersHoldsGet" "Network.Google.Resource.Vault.Matters.Holds.Get" "gogol-vault-0.4.0-EgDnYDp2TSnGyXDp2UEGmS" False) (C1 (MetaCons "MattersHoldsGet'" PrefixI True) (((S1 (MetaSel (Just "_mhgXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: S1 (MetaSel (Just "_mhgUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_mhgHoldId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_mhgAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_mhgUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_mhgMatterId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) :*: (S1 (MetaSel (Just "_mhgView") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_mhgCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))
type Scopes MattersHoldsGet Source # 
Instance details

Defined in Network.Google.Resource.Vault.Matters.Holds.Get

type Scopes MattersHoldsGet = "https://www.googleapis.com/auth/ediscovery" ': ("https://www.googleapis.com/auth/ediscovery.readonly" ': ([] :: [Symbol]))
type Rs MattersHoldsGet Source # 
Instance details

Defined in Network.Google.Resource.Vault.Matters.Holds.Get

Request Lenses

mhgUploadProtocol :: Lens' MattersHoldsGet (Maybe Text) Source #

Upload protocol for media (e.g. "raw", "multipart").

mhgUploadType :: Lens' MattersHoldsGet (Maybe Text) Source #

Legacy upload protocol for media (e.g. "media", "multipart").

mhgView :: Lens' MattersHoldsGet (Maybe Text) Source #

Specifies which parts of the Hold to return.