hercules-ci-api-0.7.1.0: Hercules CI API definition with Servant
Safe HaskellNone
LanguageHaskell2010

Hercules.API.State.StateLockLease

Documentation

data StateLockLease Source #

Constructors

StateLockLease 

Fields

Instances

Instances details
Eq StateLockLease Source # 
Instance details

Defined in Hercules.API.State.StateLockLease

Show StateLockLease Source # 
Instance details

Defined in Hercules.API.State.StateLockLease

Generic StateLockLease Source # 
Instance details

Defined in Hercules.API.State.StateLockLease

Associated Types

type Rep StateLockLease :: Type -> Type #

ToJSON StateLockLease Source # 
Instance details

Defined in Hercules.API.State.StateLockLease

FromJSON StateLockLease Source # 
Instance details

Defined in Hercules.API.State.StateLockLease

NFData StateLockLease Source # 
Instance details

Defined in Hercules.API.State.StateLockLease

Methods

rnf :: StateLockLease -> () #

ToSchema StateLockLease Source # 
Instance details

Defined in Hercules.API.State.StateLockLease

type Rep StateLockLease Source # 
Instance details

Defined in Hercules.API.State.StateLockLease

type Rep StateLockLease = D1 ('MetaData "StateLockLease" "Hercules.API.State.StateLockLease" "hercules-ci-api-0.7.1.0-8tZQ0QEUPOjGB9puScoqoh" 'False) (C1 ('MetaCons "StateLockLease" 'PrefixI 'True) (((S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Id "StateLockLease")) :*: S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 UTCTime)) :*: (S1 ('MetaSel ('Just "expirationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 UTCTime) :*: S1 ('MetaSel ('Just "user") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe SimpleAccount)))) :*: ((S1 ('MetaSel ('Just "job") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe SimpleJob)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "parent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe (Id "StateLockLease"))) :*: S1 ('MetaSel ('Just "exclusive") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool)))))