DOH-0.1.4.0: Complete API bindings for DigitalOcean API V2

Safe HaskellNone
LanguageHaskell2010

Network.DigitalOcean.Services.SSHKey

Documentation

data SSHKey Source #

Instances

Show SSHKey Source # 
Generic SSHKey Source # 

Associated Types

type Rep SSHKey :: * -> * #

Methods

from :: SSHKey -> Rep SSHKey x #

to :: Rep SSHKey x -> SSHKey #

ToJSON SSHKey Source # 
FromJSON SSHKey Source # 
FromJSON (Response [SSHKey]) Source # 
FromJSON (Response SSHKey) Source # 
type Rep SSHKey Source # 
type Rep SSHKey = D1 * (MetaData "SSHKey" "Network.DigitalOcean.Services.SSHKey" "DOH-0.1.4.0-1E19JRUoTXIFgbVw80VcOk" False) (C1 * (MetaCons "SSHKey" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "sshkeyId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * SSHKeyId)) (S1 * (MetaSel (Just Symbol "sshkeyFingerprint") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * String))) ((:*:) * (S1 * (MetaSel (Just Symbol "sshkeyPublicKey") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * String)) (S1 * (MetaSel (Just Symbol "sshkeyName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * String)))))