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