AI-generated Key Takeaways
-
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 ( |
| Fields | |
|---|---|
email |
The email address of the recipient. |
deliveryType |
The delivery type for the recipient. |
kind |
The kind of resource this is, in this case
. |