Represents a SAML LogoutResponse message.
Ported from the Erlang esaml_logoutresp record.
esaml_logoutresp
@type t() :: %ExSaml.Core.LogoutResponse{ destination: String.t(), issue_instant: String.t(), issuer: String.t(), status: atom(), version: String.t() }