The Campaign Manager 360 API v3.5 is deprecated and will be sunset on Apr 20, 2023. All users must migrate to a newer API version by that date.

Recipient

Stay organized with collections Save and categorize content based on your preferences.

Represents a recipient.

JSON representation
{
  "email": string,
  "deliveryType": enum (DeliveryType),
  "kind": string
}
Fields
email

string

The email address of the recipient.

deliveryType

enum (DeliveryType)

The delivery type for the recipient.

kind

string

The kind of resource this is, in this case

dfareporting#recipient

.