Class Report.DeliveryData
The report's email delivery settings.
Inherited Members
Namespace: Google.Apis.Dfareporting.v4.Data
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class Report.DeliveryData
Properties
EmailOwner
Whether the report should be emailed to the report owner.
Declaration
[JsonProperty("emailOwner")]
public virtual bool? EmailOwner { get; set; }
Property Value
Type | Description |
---|---|
bool? |
EmailOwnerDeliveryType
The type of delivery for the owner to receive, if enabled.
Declaration
[JsonProperty("emailOwnerDeliveryType")]
public virtual string EmailOwnerDeliveryType { get; set; }
Property Value
Type | Description |
---|---|
string |
Message
The message to be sent with each email.
Declaration
[JsonProperty("message")]
public virtual string Message { get; set; }
Property Value
Type | Description |
---|---|
string |
Recipients
The list of recipients to which to email the report.
Declaration
[JsonProperty("recipients")]
public virtual IList<Recipient> Recipients { get; set; }
Property Value
Type | Description |
---|---|
IList<Recipient> |