Safe Haskell | None |
---|---|
Language | Haskell2010 |
GitHub.Data.Actions.Cache
Documentation
Constructors
Cache | |
Fields
|
Instances
data RepositoryCacheUsage Source #
Constructors
RepositoryCacheUsage | |
Instances
FromJSON RepositoryCacheUsage Source # | |||||
Defined in GitHub.Data.Actions.Cache Methods parseJSON :: Value -> Parser RepositoryCacheUsage # parseJSONList :: Value -> Parser [RepositoryCacheUsage] # | |||||
Data RepositoryCacheUsage Source # | |||||
Defined in GitHub.Data.Actions.Cache Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> RepositoryCacheUsage -> c RepositoryCacheUsage # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c RepositoryCacheUsage # toConstr :: RepositoryCacheUsage -> Constr # dataTypeOf :: RepositoryCacheUsage -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c RepositoryCacheUsage) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c RepositoryCacheUsage) # gmapT :: (forall b. Data b => b -> b) -> RepositoryCacheUsage -> RepositoryCacheUsage # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> RepositoryCacheUsage -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> RepositoryCacheUsage -> r # gmapQ :: (forall d. Data d => d -> u) -> RepositoryCacheUsage -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> RepositoryCacheUsage -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> RepositoryCacheUsage -> m RepositoryCacheUsage # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> RepositoryCacheUsage -> m RepositoryCacheUsage # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> RepositoryCacheUsage -> m RepositoryCacheUsage # | |||||
Generic RepositoryCacheUsage Source # | |||||
Defined in GitHub.Data.Actions.Cache Associated Types
Methods from :: RepositoryCacheUsage -> Rep RepositoryCacheUsage x # to :: Rep RepositoryCacheUsage x -> RepositoryCacheUsage # | |||||
Show RepositoryCacheUsage Source # | |||||
Defined in GitHub.Data.Actions.Cache Methods showsPrec :: Int -> RepositoryCacheUsage -> ShowS # show :: RepositoryCacheUsage -> String # showList :: [RepositoryCacheUsage] -> ShowS # | |||||
Eq RepositoryCacheUsage Source # | |||||
Defined in GitHub.Data.Actions.Cache Methods (==) :: RepositoryCacheUsage -> RepositoryCacheUsage -> Bool # (/=) :: RepositoryCacheUsage -> RepositoryCacheUsage -> Bool # | |||||
Ord RepositoryCacheUsage Source # | |||||
Defined in GitHub.Data.Actions.Cache Methods compare :: RepositoryCacheUsage -> RepositoryCacheUsage -> Ordering # (<) :: RepositoryCacheUsage -> RepositoryCacheUsage -> Bool # (<=) :: RepositoryCacheUsage -> RepositoryCacheUsage -> Bool # (>) :: RepositoryCacheUsage -> RepositoryCacheUsage -> Bool # (>=) :: RepositoryCacheUsage -> RepositoryCacheUsage -> Bool # max :: RepositoryCacheUsage -> RepositoryCacheUsage -> RepositoryCacheUsage # min :: RepositoryCacheUsage -> RepositoryCacheUsage -> RepositoryCacheUsage # | |||||
FromJSON (WithTotalCount RepositoryCacheUsage) Source # | |||||
Defined in GitHub.Data.Actions.Cache Methods parseJSON :: Value -> Parser (WithTotalCount RepositoryCacheUsage) # parseJSONList :: Value -> Parser [WithTotalCount RepositoryCacheUsage] # omittedField :: Maybe (WithTotalCount RepositoryCacheUsage) # | |||||
type Rep RepositoryCacheUsage Source # | |||||
Defined in GitHub.Data.Actions.Cache type Rep RepositoryCacheUsage = D1 ('MetaData "RepositoryCacheUsage" "GitHub.Data.Actions.Cache" "github-0.30-CQ5ond7RlbF3Id4G9pAdeW" 'False) (C1 ('MetaCons "RepositoryCacheUsage" 'PrefixI 'True) (S1 ('MetaSel ('Just "repositoryCacheUsageFullName") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "repositoryCacheUsageActiveCachesSizeInBytes") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "repositoryCacheUsageActiveCachesCount") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Int)))) |
data OrganizationCacheUsage Source #
Constructors
OrganizationCacheUsage | |
Instances
FromJSON OrganizationCacheUsage Source # | |||||
Defined in GitHub.Data.Actions.Cache Methods parseJSON :: Value -> Parser OrganizationCacheUsage # parseJSONList :: Value -> Parser [OrganizationCacheUsage] # | |||||
Data OrganizationCacheUsage Source # | |||||
Defined in GitHub.Data.Actions.Cache Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> OrganizationCacheUsage -> c OrganizationCacheUsage # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c OrganizationCacheUsage # toConstr :: OrganizationCacheUsage -> Constr # dataTypeOf :: OrganizationCacheUsage -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c OrganizationCacheUsage) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c OrganizationCacheUsage) # gmapT :: (forall b. Data b => b -> b) -> OrganizationCacheUsage -> OrganizationCacheUsage # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> OrganizationCacheUsage -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> OrganizationCacheUsage -> r # gmapQ :: (forall d. Data d => d -> u) -> OrganizationCacheUsage -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> OrganizationCacheUsage -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> OrganizationCacheUsage -> m OrganizationCacheUsage # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> OrganizationCacheUsage -> m OrganizationCacheUsage # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> OrganizationCacheUsage -> m OrganizationCacheUsage # | |||||
Generic OrganizationCacheUsage Source # | |||||
Defined in GitHub.Data.Actions.Cache Associated Types
Methods from :: OrganizationCacheUsage -> Rep OrganizationCacheUsage x # to :: Rep OrganizationCacheUsage x -> OrganizationCacheUsage # | |||||
Show OrganizationCacheUsage Source # | |||||
Defined in GitHub.Data.Actions.Cache Methods showsPrec :: Int -> OrganizationCacheUsage -> ShowS # show :: OrganizationCacheUsage -> String # showList :: [OrganizationCacheUsage] -> ShowS # | |||||
Eq OrganizationCacheUsage Source # | |||||
Defined in GitHub.Data.Actions.Cache Methods (==) :: OrganizationCacheUsage -> OrganizationCacheUsage -> Bool # (/=) :: OrganizationCacheUsage -> OrganizationCacheUsage -> Bool # | |||||
Ord OrganizationCacheUsage Source # | |||||
Defined in GitHub.Data.Actions.Cache Methods compare :: OrganizationCacheUsage -> OrganizationCacheUsage -> Ordering # (<) :: OrganizationCacheUsage -> OrganizationCacheUsage -> Bool # (<=) :: OrganizationCacheUsage -> OrganizationCacheUsage -> Bool # (>) :: OrganizationCacheUsage -> OrganizationCacheUsage -> Bool # (>=) :: OrganizationCacheUsage -> OrganizationCacheUsage -> Bool # max :: OrganizationCacheUsage -> OrganizationCacheUsage -> OrganizationCacheUsage # min :: OrganizationCacheUsage -> OrganizationCacheUsage -> OrganizationCacheUsage # | |||||
type Rep OrganizationCacheUsage Source # | |||||
Defined in GitHub.Data.Actions.Cache type Rep OrganizationCacheUsage = D1 ('MetaData "OrganizationCacheUsage" "GitHub.Data.Actions.Cache" "github-0.30-CQ5ond7RlbF3Id4G9pAdeW" 'False) (C1 ('MetaCons "OrganizationCacheUsage" 'PrefixI 'True) (S1 ('MetaSel ('Just "organizationCacheUsageTotalActiveCachesSizeInBytes") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "organizationCacheUsageTotalActiveCachesCount") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Int))) |