CreateSecret model.
@type t() :: %ExDaytona.Model.CreateSecret{ description: String.t() | nil, hosts: [String.t()] | nil, name: String.t(), value: String.t() }