github-0.20: 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
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 Source #

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

toConstr :: RepoDeployKey -> Constr Source #

dataTypeOf :: RepoDeployKey -> DataType Source #

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

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

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

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

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

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

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

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

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

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

Ord RepoDeployKey Source # 
Instance details

Defined in GitHub.Data.DeployKeys

Show RepoDeployKey Source # 
Instance details

Defined in GitHub.Data.DeployKeys

Generic RepoDeployKey Source # 
Instance details

Defined in GitHub.Data.DeployKeys

Associated Types

type Rep RepoDeployKey :: Type -> Type Source #

FromJSON RepoDeployKey Source # 
Instance details

Defined in GitHub.Data.DeployKeys

type Rep RepoDeployKey Source # 
Instance details

Defined in GitHub.Data.DeployKeys

type Rep RepoDeployKey = D1 (MetaData "RepoDeployKey" "GitHub.Data.DeployKeys" "github-0.20-EqsirKiH6Hk89stA2S25YD" 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
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 Source #

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

toConstr :: NewRepoDeployKey -> Constr Source #

dataTypeOf :: NewRepoDeployKey -> DataType Source #

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

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

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

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

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

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

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

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

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

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

Ord NewRepoDeployKey Source # 
Instance details

Defined in GitHub.Data.DeployKeys

Show NewRepoDeployKey Source # 
Instance details

Defined in GitHub.Data.DeployKeys

Generic NewRepoDeployKey Source # 
Instance details

Defined in GitHub.Data.DeployKeys

Associated Types

type Rep NewRepoDeployKey :: Type -> Type Source #

ToJSON NewRepoDeployKey Source # 
Instance details

Defined in GitHub.Data.DeployKeys

FromJSON 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.20-EqsirKiH6Hk89stA2S25YD" 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))))