twfy-api-client-0.1.0.0: They Work For You API Client Library

Safe HaskellNone
LanguageHaskell2010

Twfy.Data.MP

Description

MP data types

Synopsis

Documentation

data MP Source #

MP Data

Does not yet include office data

Constructors

MP 

Fields

Instances

Show MP Source # 

Methods

showsPrec :: Int -> MP -> ShowS #

show :: MP -> String #

showList :: [MP] -> ShowS #

Generic MP Source # 

Associated Types

type Rep MP :: * -> * #

Methods

from :: MP -> Rep MP x #

to :: Rep MP x -> MP #

ToJSON MP Source # 
FromJSON MP Source # 
type Rep MP Source # 
type Rep MP = D1 (MetaData "MP" "Twfy.Data.MP" "twfy-api-client-0.1.0.0-3ZFOmWBiBvBFkyDThwTh84" False) (C1 (MetaCons "MP" PrefixI True) ((:*:) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "mpMemberId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)) (S1 (MetaSel (Just Symbol "mpHouse") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text))) ((:*:) (S1 (MetaSel (Just Symbol "mpConstituency") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)) (S1 (MetaSel (Just Symbol "mpParty") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "mpEnteredHouse") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)) (S1 (MetaSel (Just Symbol "mpLeftHouse") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text))) ((:*:) (S1 (MetaSel (Just Symbol "mpEnteredReason") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "mpLeftReason") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)) (S1 (MetaSel (Just Symbol "mpPersonId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))))) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "mpLastupdate") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)) (S1 (MetaSel (Just Symbol "mpTitle") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text))) ((:*:) (S1 (MetaSel (Just Symbol "mpGivenName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)) (S1 (MetaSel (Just Symbol "mpFamilyName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "mpFullName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)) (S1 (MetaSel (Just Symbol "mpUrl") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text))) ((:*:) (S1 (MetaSel (Just Symbol "mpImage") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "mpImageHeight") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)) (S1 (MetaSel (Just Symbol "mpImageWidth") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int))))))))