AI-generated Key Takeaways
-
The JSON representation defines a recipient with properties for email, delivery type, and kind.
-
Recipients have an email address, a delivery type specified by the DeliveryType enum, and a kind value of "dfareporting#recipient".
-
The
email
field is a string containing the recipient's email address,deliveryType
is an enum defining how the recipient receives content, andkind
is a string identifying the resource as a recipient in the system.
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
. |