A datetime as returned by the Plain API, available in both ISO 8601 and Unix timestamp formats.
@type t() :: %ExPlain.DateTime{iso8601: String.t(), unix_timestamp: String.t() | nil}