Recipient

  • A Recipient represents a recipient with attributes like email, delivery type, and resource kind.

  • The email field is a string representing the recipient's email address.

  • The deliveryType field is an enum indicating the delivery type for the recipient.

  • The kind field is a string identifying the resource type as dfareporting#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

.