hercules-ci-api-0.8.0.0: Hercules CI API definition with Servant
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hercules.API.Accounts.AccountInstallationStatus

Documentation

data AccountInstallationStatus Source #

Instances

Instances details
FromJSON AccountInstallationStatus Source # 
Instance details

Defined in Hercules.API.Accounts.AccountInstallationStatus

ToJSON AccountInstallationStatus Source # 
Instance details

Defined in Hercules.API.Accounts.AccountInstallationStatus

Generic AccountInstallationStatus Source # 
Instance details

Defined in Hercules.API.Accounts.AccountInstallationStatus

Associated Types

type Rep AccountInstallationStatus :: Type -> Type #

Show AccountInstallationStatus Source # 
Instance details

Defined in Hercules.API.Accounts.AccountInstallationStatus

NFData AccountInstallationStatus Source # 
Instance details

Defined in Hercules.API.Accounts.AccountInstallationStatus

Eq AccountInstallationStatus Source # 
Instance details

Defined in Hercules.API.Accounts.AccountInstallationStatus

ToSchema AccountInstallationStatus Source # 
Instance details

Defined in Hercules.API.Accounts.AccountInstallationStatus

type Rep AccountInstallationStatus Source # 
Instance details

Defined in Hercules.API.Accounts.AccountInstallationStatus

type Rep AccountInstallationStatus = D1 ('MetaData "AccountInstallationStatus" "Hercules.API.Accounts.AccountInstallationStatus" "hercules-ci-api-0.8.0.0-inplace" 'False) (C1 ('MetaCons "AccountInstallationStatus" 'PrefixI 'True) ((S1 ('MetaSel ('Just "site") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Forge) :*: S1 ('MetaSel ('Just "account") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Account))) :*: (S1 ('MetaSel ('Just "isProcessingInstallationWebHook") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: S1 ('MetaSel ('Just "secondsSinceInstallationWebHookComplete") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Int)))))