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
Instances
Eq DateTime Source # | |
Show DateTime Source # | |
Generic DateTime Source # | |
ToJSON DateTime Source # | |
Defined in Google.Form | |
FromJSON DateTime Source # | |
ToHttpApiData DateTime Source # | |
Defined in Google.Form Methods toUrlPiece :: DateTime -> Text # toEncodedUrlPiece :: DateTime -> Builder # toHeader :: DateTime -> ByteString # toQueryParam :: DateTime -> Text # | |
type Rep DateTime Source # | |
Defined in Google.Form |
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.3.1-AvUohEGmizuFnDoHHzRYwD" 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))))) |
data MultipartBody Source #
Constructors
MultipartBody | |
Fields |
Instances
data GetFileParams Source #
Constructors
GetFileParams | |
Instances
Eq GetFileParams Source # | |
Defined in Google.Form Methods (==) :: GetFileParams -> GetFileParams -> Bool # (/=) :: GetFileParams -> GetFileParams -> Bool # | |
Show GetFileParams Source # | |
Defined in Google.Form Methods showsPrec :: Int -> GetFileParams -> ShowS # show :: GetFileParams -> String # showList :: [GetFileParams] -> ShowS # | |
Generic GetFileParams Source # | |
Defined in Google.Form Associated Types type Rep GetFileParams :: Type -> Type # | |
type Rep GetFileParams Source # | |
Defined in Google.Form type Rep GetFileParams = D1 (MetaData "GetFileParams" "Google.Form" "google-server-api-0.3.3.1-AvUohEGmizuFnDoHHzRYwD" False) (C1 (MetaCons "GetFileParams" PrefixI True) (S1 (MetaSel (Just "query") NoSourceUnpackedness NoSourceStrictness DecidedStrict) (Rec0 (Maybe QueryString)) :*: S1 (MetaSel (Just "orderBy") NoSourceUnpackedness NoSourceStrictness DecidedStrict) (Rec0 (Maybe [Order])))) |
data DownloadFileParams Source #
Constructors
DownloadFileParams | |
Fields |
Instances
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.3.1-AvUohEGmizuFnDoHHzRYwD" False) (C1 (MetaCons "Token" PrefixI True) (S1 (MetaSel (Just "grantType") NoSourceUnpackedness NoSourceStrictness DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "assertion") NoSourceUnpackedness NoSourceStrictness DecidedStrict) (Rec0 Text))) |