View Source DockerEngineAPI.Model.EventActor (docker_engine_api v1.43.0)

Actor describes something that generates events, like a container, network, or a volume.

Summary

Types

@type t() :: %DockerEngineAPI.Model.EventActor{
  Attributes: %{optional(String.t()) => String.t()},
  ID: String.t()
}