DigitalOcean.VolumeAction.list
You're seeing just the function
list
, go back to DigitalOcean.VolumeAction module for more information.
Link to this function
list(volume_id, opts \\ [])
Specs
list(String.t(), Keyword.t()) :: DigitalOcean.Operation.t()
Retrieve a list of actions that have been executed on a volume.
Examples
iex> DigitalOcean.VolumeAction.list("7724db7c-e098-11e5-b522-000f53304e51") |> DigitalOcean.request()
{ :ok, %DigitalOcean.Response{} }