gogol-plus-domains-0.4.0: Google + Domains 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.PlusDomains.Comments.Get

Contents

Description

Get a comment.

See: Google+ Domains API Reference for plusDomains.comments.get.

Synopsis

REST Resource

type CommentsGetResource = "plusDomains" :> ("v1" :> ("comments" :> (Capture "commentId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Comment)))) Source #

A resource alias for plusDomains.comments.get method which the CommentsGet request conforms to.

Creating a Request

commentsGet Source #

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

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

data CommentsGet Source #

Get a comment.

See: commentsGet smart constructor.

Instances
Eq CommentsGet Source # 
Instance details

Defined in Network.Google.Resource.PlusDomains.Comments.Get

Data CommentsGet Source # 
Instance details

Defined in Network.Google.Resource.PlusDomains.Comments.Get

Methods

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

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

toConstr :: CommentsGet -> Constr #

dataTypeOf :: CommentsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show CommentsGet Source # 
Instance details

Defined in Network.Google.Resource.PlusDomains.Comments.Get

Generic CommentsGet Source # 
Instance details

Defined in Network.Google.Resource.PlusDomains.Comments.Get

Associated Types

type Rep CommentsGet :: Type -> Type #

GoogleRequest CommentsGet Source # 
Instance details

Defined in Network.Google.Resource.PlusDomains.Comments.Get

Associated Types

type Rs CommentsGet :: Type #

type Scopes CommentsGet :: [Symbol] #

type Rep CommentsGet Source # 
Instance details

Defined in Network.Google.Resource.PlusDomains.Comments.Get

type Rep CommentsGet = D1 (MetaData "CommentsGet" "Network.Google.Resource.PlusDomains.Comments.Get" "gogol-plus-domains-0.4.0-34lALQjqVKZA6ahc5WKRcy" True) (C1 (MetaCons "CommentsGet'" PrefixI True) (S1 (MetaSel (Just "_cgCommentId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Scopes CommentsGet Source # 
Instance details

Defined in Network.Google.Resource.PlusDomains.Comments.Get

type Scopes CommentsGet = "https://www.googleapis.com/auth/plus.login" ': ("https://www.googleapis.com/auth/plus.stream.read" ': ([] :: [Symbol]))
type Rs CommentsGet Source # 
Instance details

Defined in Network.Google.Resource.PlusDomains.Comments.Get

Request Lenses

cgCommentId :: Lens' CommentsGet Text Source #

The ID of the comment to get.