Page Summary
-
A Recipient represents a recipient in the system.
-
It is defined by its email address, delivery type, and resource kind.
-
The JSON representation of a Recipient includes fields for
email,deliveryType, andkind.
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
. |