| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Google.Form
Description
Define data types to represent all of the requests that are sent to the API.
Documentation
data CalendarEvent Source #
Constructors
| CalendarEvent | |
Instances
Constructors
Instances
| Eq Email Source # | |
| Show Email Source # | |
| Generic Email Source # | |
| ToJSON Email Source # | |
Defined in Google.Form | |
| FromJSON Email Source # | |
| type Rep Email Source # | |
Defined in Google.Form type Rep Email = D1 (MetaData "Email" "Google.Form" "google-server-api-0.3.0.0-3cknUTJAvrsD7Oa99nyJ34" False) (C1 (MetaCons "Email" PrefixI True) ((S1 (MetaSel (Just "to") NoSourceUnpackedness NoSourceStrictness DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "from") NoSourceUnpackedness NoSourceStrictness DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "replyTo") NoSourceUnpackedness NoSourceStrictness DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "ccs") NoSourceUnpackedness NoSourceStrictness DecidedStrict) (Rec0 [Text]) :*: (S1 (MetaSel (Just "subject") NoSourceUnpackedness NoSourceStrictness DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "body") NoSourceUnpackedness NoSourceStrictness DecidedStrict) (Rec0 Text))))) | |
Instances
| Eq Token Source # | |
| Show Token Source # | |
| Generic Token Source # | |
| ToForm Token Source # | |
Defined in Google.Form | |
| type Rep Token Source # | |
Defined in Google.Form type Rep Token = D1 (MetaData "Token" "Google.Form" "google-server-api-0.3.0.0-3cknUTJAvrsD7Oa99nyJ34" False) (C1 (MetaCons "Token" PrefixI True) (S1 (MetaSel (Just "grantType") NoSourceUnpackedness NoSourceStrictness DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "assertion") NoSourceUnpackedness NoSourceStrictness DecidedStrict) (Rec0 Text))) | |