Recipient
Stay organized with collections
Save and categorize content based on your preferences.
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
.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-16 UTC.
[null,null,["Last updated 2024-10-16 UTC."],[[["\u003cp\u003eThe JSON representation defines a recipient with properties for email, delivery type, and kind.\u003c/p\u003e\n"],["\u003cp\u003eRecipients have an email address, a delivery type specified by the DeliveryType enum, and a kind value of "dfareporting#recipient".\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eemail\u003c/code\u003e field is a string containing the recipient's email address, \u003ccode\u003edeliveryType\u003c/code\u003e is an enum defining how the recipient receives content, and \u003ccode\u003ekind\u003c/code\u003e is a string identifying the resource as a recipient in the system.\u003c/p\u003e\n"]]],[],null,["# Recipient\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nRepresents a recipient.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------|\n| ``` { \"email\": string, \"deliveryType\": enum (/doubleclick-advertisers/rest/v4/DeliveryType), \"kind\": string } ``` |\n\n| Fields ||\n|------------------|---------------------------------------------------------------------------------------------------------------|\n| `email` | `string` The email address of the recipient. |\n| `delivery``Type` | `enum (`[DeliveryType](/doubleclick-advertisers/rest/v4/DeliveryType)`)` The delivery type for the recipient. |\n| `kind` | `string` The kind of resource this is, in this case `dfareporting#recipient` . |"]]