Recipient

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

.