EmailMessageDateRange

public struct EmailMessageDateRange : Equatable

Representation of an email message date range used in the Sudo Platform Email SDK.

Note that both timestamps cannot be specified otherwise an InvalidArgumentError will occur.

  • The specification of the sortDate timestamp to perform the date range query on.

    Declaration

    Swift

    public let sortDate: DateRange?
  • The specification of the updatedAt timestamp to perform the date range query on.

    Declaration

    Swift

    public let updatedAt: DateRange?