mackerel-client-0.1.0: An API client library for Mackerel
Web.Mackerel.Types.Dashboard
data DashboardId Source #
Constructors
Instances
Methods
(==) :: DashboardId -> DashboardId -> Bool #
(/=) :: DashboardId -> DashboardId -> Bool #
showsPrec :: Int -> DashboardId -> ShowS #
show :: DashboardId -> String #
showList :: [DashboardId] -> ShowS #
toJSON :: DashboardId -> Value #
toEncoding :: DashboardId -> Encoding #
toJSONList :: [DashboardId] -> Value #
toEncodingList :: [DashboardId] -> Encoding #
parseJSON :: Value -> Parser DashboardId #
parseJSONList :: Value -> Parser [DashboardId] #
data DashboardCreate Source #
Fields
(==) :: DashboardCreate -> DashboardCreate -> Bool #
(/=) :: DashboardCreate -> DashboardCreate -> Bool #
showsPrec :: Int -> DashboardCreate -> ShowS #
show :: DashboardCreate -> String #
showList :: [DashboardCreate] -> ShowS #
toJSON :: DashboardCreate -> Value #
toEncoding :: DashboardCreate -> Encoding #
toJSONList :: [DashboardCreate] -> Value #
toEncodingList :: [DashboardCreate] -> Encoding #
parseJSON :: Value -> Parser DashboardCreate #
parseJSONList :: Value -> Parser [DashboardCreate] #
data Dashboard Source #
(==) :: Dashboard -> Dashboard -> Bool #
(/=) :: Dashboard -> Dashboard -> Bool #
showsPrec :: Int -> Dashboard -> ShowS #
show :: Dashboard -> String #
showList :: [Dashboard] -> ShowS #
toJSON :: Dashboard -> Value #
toEncoding :: Dashboard -> Encoding #
toJSONList :: [Dashboard] -> Value #
toEncodingList :: [Dashboard] -> Encoding #
parseJSON :: Value -> Parser Dashboard #
parseJSONList :: Value -> Parser [Dashboard] #