Platform represents the platform (Arch/OS).
@type t() :: %DockerEngineAPI.Model.Platform{ Architecture: String.t() | nil, OS: String.t() | nil }