github-0.23: Access to the GitHub API, v3.
LicenseBSD-3-Clause
MaintainerTodd Mohney <toddmohney@gmail.com>
Safe HaskellNone
LanguageHaskell2010

GitHub.Data.DeployKeys

Description

 

Documentation

data RepoDeployKey Source #

Instances

Instances details
Eq RepoDeployKey Source # 
Instance details

Defined in GitHub.Data.DeployKeys

Data RepoDeployKey Source # 
Instance details

Defined in GitHub.Data.DeployKeys

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> RepoDeployKey -> c RepoDeployKey

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c RepoDeployKey

toConstr :: RepoDeployKey -> Constr

dataTypeOf :: RepoDeployKey -> DataType

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c RepoDeployKey)

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c RepoDeployKey)

gmapT :: (forall b. Data b => b -> b) -> RepoDeployKey -> RepoDeployKey

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> RepoDeployKey -> r

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> RepoDeployKey -> r

gmapQ :: (forall d. Data d => d -> u) -> RepoDeployKey -> [u]

gmapQi :: Int -> (forall d. Data d => d -> u) -> RepoDeployKey -> u

gmapM :: Monad m => (forall d. Data d => d -> m d) -> RepoDeployKey -> m RepoDeployKey

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> RepoDeployKey -> m RepoDeployKey

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> RepoDeployKey -> m RepoDeployKey

Ord RepoDeployKey Source # 
Instance details

Defined in GitHub.Data.DeployKeys

Show RepoDeployKey Source # 
Instance details

Defined in GitHub.Data.DeployKeys

Methods

showsPrec :: Int -> RepoDeployKey -> ShowS

show :: RepoDeployKey -> String

showList :: [RepoDeployKey] -> ShowS

Generic RepoDeployKey Source # 
Instance details

Defined in GitHub.Data.DeployKeys

Associated Types

type Rep RepoDeployKey :: Type -> Type

FromJSON RepoDeployKey Source # 
Instance details

Defined in GitHub.Data.DeployKeys

Methods

parseJSON :: Value -> Parser RepoDeployKey #

parseJSONList :: Value -> Parser [RepoDeployKey] #

type Rep RepoDeployKey Source # 
Instance details

Defined in GitHub.Data.DeployKeys

type Rep RepoDeployKey = D1 ('MetaData "RepoDeployKey" "GitHub.Data.DeployKeys" "github-0.23-K3uQMQDn7B7DXfUjYtDWP8" 'False) (C1 ('MetaCons "RepoDeployKey" 'PrefixI 'True) ((S1 ('MetaSel ('Just "repoDeployKeyId") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 (Id RepoDeployKey)) :*: (S1 ('MetaSel ('Just "repoDeployKeyKey") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "repoDeployKeyUrl") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 URL))) :*: ((S1 ('MetaSel ('Just "repoDeployKeyTitle") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "repoDeployKeyVerified") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Bool)) :*: (S1 ('MetaSel ('Just "repoDeployKeyCreatedAt") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 UTCTime) :*: S1 ('MetaSel ('Just "repoDeployKeyReadOnly") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Bool)))))

data NewRepoDeployKey Source #

Instances

Instances details
Eq NewRepoDeployKey Source # 
Instance details

Defined in GitHub.Data.DeployKeys

Data NewRepoDeployKey Source # 
Instance details

Defined in GitHub.Data.DeployKeys

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> NewRepoDeployKey -> c NewRepoDeployKey

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c NewRepoDeployKey

toConstr :: NewRepoDeployKey -> Constr

dataTypeOf :: NewRepoDeployKey -> DataType

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c NewRepoDeployKey)

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c NewRepoDeployKey)

gmapT :: (forall b. Data b => b -> b) -> NewRepoDeployKey -> NewRepoDeployKey

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> NewRepoDeployKey -> r

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> NewRepoDeployKey -> r

gmapQ :: (forall d. Data d => d -> u) -> NewRepoDeployKey -> [u]

gmapQi :: Int -> (forall d. Data d => d -> u) -> NewRepoDeployKey -> u

gmapM :: Monad m => (forall d. Data d => d -> m d) -> NewRepoDeployKey -> m NewRepoDeployKey

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> NewRepoDeployKey -> m NewRepoDeployKey

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> NewRepoDeployKey -> m NewRepoDeployKey

Ord NewRepoDeployKey Source # 
Instance details

Defined in GitHub.Data.DeployKeys

Show NewRepoDeployKey Source # 
Instance details

Defined in GitHub.Data.DeployKeys

Methods

showsPrec :: Int -> NewRepoDeployKey -> ShowS

show :: NewRepoDeployKey -> String

showList :: [NewRepoDeployKey] -> ShowS

Generic NewRepoDeployKey Source # 
Instance details

Defined in GitHub.Data.DeployKeys

Associated Types

type Rep NewRepoDeployKey :: Type -> Type

FromJSON NewRepoDeployKey Source # 
Instance details

Defined in GitHub.Data.DeployKeys

ToJSON NewRepoDeployKey Source # 
Instance details

Defined in GitHub.Data.DeployKeys

type Rep NewRepoDeployKey Source # 
Instance details

Defined in GitHub.Data.DeployKeys

type Rep NewRepoDeployKey = D1 ('MetaData "NewRepoDeployKey" "GitHub.Data.DeployKeys" "github-0.23-K3uQMQDn7B7DXfUjYtDWP8" 'False) (C1 ('MetaCons "NewRepoDeployKey" 'PrefixI 'True) (S1 ('MetaSel ('Just "newRepoDeployKeyKey") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "newRepoDeployKeyTitle") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "newRepoDeployKeyReadOnly") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Bool))))