Safe Haskell | None |
---|---|
Language | Haskell2010 |
Cachix.Types.PinCreate
Documentation
Instances
Instances
FromJSON PinCreate Source # | |||||
Defined in Cachix.Types.PinCreate | |||||
ToJSON PinCreate Source # | |||||
Generic PinCreate Source # | |||||
Defined in Cachix.Types.PinCreate Associated Types
| |||||
Show PinCreate Source # | |||||
Eq PinCreate Source # | |||||
ToSchema PinCreate Source # | |||||
Defined in Cachix.Types.PinCreate Methods declareNamedSchema :: Proxy PinCreate -> Declare (Definitions Schema) NamedSchema # | |||||
type Rep PinCreate Source # | |||||
Defined in Cachix.Types.PinCreate type Rep PinCreate = D1 ('MetaData "PinCreate" "Cachix.Types.PinCreate" "cachix-api-1.8.0-9sZEmYO3Ydd7Ri76UT4hpf" 'False) (C1 ('MetaCons "PinCreate" 'PrefixI 'True) ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "storePath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "artifacts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [Text]) :*: S1 ('MetaSel ('Just "keep") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Keep))))) |