Module Values.SuppressedDestinationAttributesSource

An object that contains additional attributes that are related an email address that is on the suppression list for your account.

Sourcetype nonrec t = {
  1. messageId : OutboundMessageId.t option;
    (*

    The unique identifier of the email message that caused the email address to be added to the suppression list for your account.

    *)
  2. feedbackId : FeedbackId.t option;
    (*

    A unique identifier that's generated when an email address is added to the suppression list for your account.

    *)
}
Sourceval make : ?messageId:??? -> ?feedbackId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of OutboundMessageId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t