gogol-people-0.4.0: Google People 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.People.ContactGroups.Get

Contents

Description

Get a specific contact group owned by the authenticated user by specifying a contact group resource name.

See: People API Reference for people.contactGroups.get.

Synopsis

REST Resource

type ContactGroupsGetResource = "v1" :> (Capture "resourceName" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "maxMembers" (Textual Int32) :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ContactGroup)))))))) Source #

A resource alias for people.contactGroups.get method which the ContactGroupsGet request conforms to.

Creating a Request

contactGroupsGet Source #

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

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

data ContactGroupsGet Source #

Get a specific contact group owned by the authenticated user by specifying a contact group resource name.

See: contactGroupsGet smart constructor.

Instances
Eq ContactGroupsGet Source # 
Instance details

Defined in Network.Google.Resource.People.ContactGroups.Get

Data ContactGroupsGet Source # 
Instance details

Defined in Network.Google.Resource.People.ContactGroups.Get

Methods

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

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

toConstr :: ContactGroupsGet -> Constr #

dataTypeOf :: ContactGroupsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ContactGroupsGet Source # 
Instance details

Defined in Network.Google.Resource.People.ContactGroups.Get

Generic ContactGroupsGet Source # 
Instance details

Defined in Network.Google.Resource.People.ContactGroups.Get

Associated Types

type Rep ContactGroupsGet :: Type -> Type #

GoogleRequest ContactGroupsGet Source # 
Instance details

Defined in Network.Google.Resource.People.ContactGroups.Get

Associated Types

type Rs ContactGroupsGet :: Type #

type Scopes ContactGroupsGet :: [Symbol] #

type Rep ContactGroupsGet Source # 
Instance details

Defined in Network.Google.Resource.People.ContactGroups.Get

type Rep ContactGroupsGet = D1 (MetaData "ContactGroupsGet" "Network.Google.Resource.People.ContactGroups.Get" "gogol-people-0.4.0-E13x4gVqkHzANg1IJZFmJ4" False) (C1 (MetaCons "ContactGroupsGet'" PrefixI True) ((S1 (MetaSel (Just "_cggXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: (S1 (MetaSel (Just "_cggMaxMembers") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_cggUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_cggResourceName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_cggAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_cggUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_cggCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))
type Scopes ContactGroupsGet Source # 
Instance details

Defined in Network.Google.Resource.People.ContactGroups.Get

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

Defined in Network.Google.Resource.People.ContactGroups.Get

Request Lenses

cggMaxMembers :: Lens' ContactGroupsGet (Maybe Int32) Source #

Specifies the maximum number of members to return.

cggUploadProtocol :: Lens' ContactGroupsGet (Maybe Text) Source #

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

cggResourceName :: Lens' ContactGroupsGet Text Source #

The resource name of the contact group to get.

cggUploadType :: Lens' ContactGroupsGet (Maybe Text) Source #

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