DOH-0.1.4.0: Complete API bindings for DigitalOcean API V2

Safe HaskellNone
LanguageHaskell2010

Network.DigitalOcean.Services.Image

Documentation

data Image Source #

Instances

Show Image Source # 

Methods

showsPrec :: Int -> Image -> ShowS #

show :: Image -> String #

showList :: [Image] -> ShowS #

Generic Image Source # 

Associated Types

type Rep Image :: * -> * #

Methods

from :: Image -> Rep Image x #

to :: Rep Image x -> Image #

FromJSON Image Source # 
Paginatable Image Source # 
FromJSON (Response [Image]) Source # 
FromJSON (Response Image) Source # 
FromJSON (PaginationState Image) Source # 
type Rep Image Source # 

data ImageOptions Source #

Constructors

ImageOptions 

Fields

data ImagePayload Source #

Constructors

ImagePayload 

Instances