Struct google_dfareporting2d3::ReportDelivery [] [src]

pub struct ReportDelivery {
    pub message: Option<String>,
    pub email_owner_delivery_type: Option<String>,
    pub recipients: Option<Vec<Recipient>>,
    pub email_owner: Option<bool>,
}

The report's email delivery settings.

This type is not used in any activity, and only used as part of another schema.

Fields

The message to be sent with each email.

The type of delivery for the owner to receive, if enabled.

The list of recipients to which to email the report.

Whether the report should be emailed to the report owner.

Trait Implementations

impl Default for ReportDelivery
[src]

[src]

Returns the "default value" for a type. Read more

impl Clone for ReportDelivery
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ReportDelivery
[src]

[src]

Formats the value using the given formatter.

impl NestedType for ReportDelivery
[src]

impl Part for ReportDelivery
[src]