gogol-groups-settings-0.4.0: Google Groups Settings 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.GroupsSettings.Groups.Patch

Contents

Description

Updates an existing resource. This method supports patch semantics.

See: Groups Settings API Reference for groupsSettings.groups.patch.

Synopsis

REST Resource

type GroupsPatchResource = "groups" :> ("v1" :> ("groups" :> (Capture "groupUniqueId" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Groups :> Patch '[JSON] Groups))))) Source #

A resource alias for groupsSettings.groups.patch method which the GroupsPatch request conforms to.

Creating a Request

groupsPatch Source #

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

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

data GroupsPatch Source #

Updates an existing resource. This method supports patch semantics.

See: groupsPatch smart constructor.

Instances
Eq GroupsPatch Source # 
Instance details

Defined in Network.Google.Resource.GroupsSettings.Groups.Patch

Data GroupsPatch Source # 
Instance details

Defined in Network.Google.Resource.GroupsSettings.Groups.Patch

Methods

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

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

toConstr :: GroupsPatch -> Constr #

dataTypeOf :: GroupsPatch -> DataType #

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

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

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

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

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

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

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

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

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

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

Show GroupsPatch Source # 
Instance details

Defined in Network.Google.Resource.GroupsSettings.Groups.Patch

Generic GroupsPatch Source # 
Instance details

Defined in Network.Google.Resource.GroupsSettings.Groups.Patch

Associated Types

type Rep GroupsPatch :: Type -> Type #

GoogleRequest GroupsPatch Source # 
Instance details

Defined in Network.Google.Resource.GroupsSettings.Groups.Patch

Associated Types

type Rs GroupsPatch :: Type #

type Scopes GroupsPatch :: [Symbol] #

type Rep GroupsPatch Source # 
Instance details

Defined in Network.Google.Resource.GroupsSettings.Groups.Patch

type Rep GroupsPatch = D1 (MetaData "GroupsPatch" "Network.Google.Resource.GroupsSettings.Groups.Patch" "gogol-groups-settings-0.4.0-7EuHj4IovLJP5t0AOsfDr" False) (C1 (MetaCons "GroupsPatch'" PrefixI True) (S1 (MetaSel (Just "_gpPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Groups) :*: S1 (MetaSel (Just "_gpGroupUniqueId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Scopes GroupsPatch Source # 
Instance details

Defined in Network.Google.Resource.GroupsSettings.Groups.Patch

type Scopes GroupsPatch = "https://www.googleapis.com/auth/apps.groups.settings" ': ([] :: [Symbol])
type Rs GroupsPatch Source # 
Instance details

Defined in Network.Google.Resource.GroupsSettings.Groups.Patch

Request Lenses

gpPayload :: Lens' GroupsPatch Groups Source #

Multipart request metadata.