CreateDockerRegistry model.
@type t() :: %ExDaytona.Model.CreateDockerRegistry{ name: String.t(), password: String.t(), project: String.t() | nil, url: String.t(), username: String.t() }