Show / Hide Table of Contents

Class Report.DeliveryData

The report's email delivery settings.

Inheritance
object
Report.DeliveryData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dfareporting.v3_5.Data
Assembly: Google.Apis.Dfareporting.v3_5.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
System.Collections.Generic.IList<T><Recipient>
In This Article
Back to top Generated by DocFX