google-server-api-0.2.0.0: Google APIs for server to server applications

Safe HaskellNone
LanguageHaskell2010

Google.Form

Description

Define data types to represent all of the requests that are sent to the API.

Documentation

data CalendarEvent Source #

Instances

Eq CalendarEvent Source # 
Show CalendarEvent Source # 
Generic CalendarEvent Source # 

Associated Types

type Rep CalendarEvent :: * -> * #

ToJSON CalendarEvent Source # 
FromJSON CalendarEvent Source # 
type Rep CalendarEvent Source # 

data GmailSend Source #

Constructors

GmailSend 

Fields

data Account Source #

Constructors

Account 

Fields

Instances

Eq Account Source # 

Methods

(==) :: Account -> Account -> Bool #

(/=) :: Account -> Account -> Bool #

Show Account Source # 
Generic Account Source # 

Associated Types

type Rep Account :: * -> * #

Methods

from :: Account -> Rep Account x #

to :: Rep Account x -> Account #

ToJSON Account Source # 
FromJSON Account Source # 
type Rep Account Source # 
type Rep Account = D1 * (MetaData "Account" "Google.Form" "google-server-api-0.2.0.0-IfpPDRbn27PBY0c04sNPHg" False) (C1 * (MetaCons "Account" PrefixI True) (S1 * (MetaSel (Just Symbol "email") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)))

data DateTime Source #

Constructors

DateTime 

Fields

Instances

data Email Source #

Constructors

Email 

Fields

data Token Source #

Constructors

Token 

Fields

Instances

Eq Token Source # 

Methods

(==) :: Token -> Token -> Bool #

(/=) :: Token -> Token -> Bool #

Show Token Source # 

Methods

showsPrec :: Int -> Token -> ShowS #

show :: Token -> String #

showList :: [Token] -> ShowS #

Generic Token Source # 

Associated Types

type Rep Token :: * -> * #

Methods

from :: Token -> Rep Token x #

to :: Rep Token x -> Token #

ToForm Token Source # 

Methods

toForm :: Token -> Form #

type Rep Token Source # 
type Rep Token = D1 * (MetaData "Token" "Google.Form" "google-server-api-0.2.0.0-IfpPDRbn27PBY0c04sNPHg" False) (C1 * (MetaCons "Token" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "grantType") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)) (S1 * (MetaSel (Just Symbol "assertion") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text))))