Struct google_dfareporting3::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
message: Option<String>
The message to be sent with each email.
email_owner_delivery_type: Option<String>
The type of delivery for the owner to receive, if enabled.
recipients: Option<Vec<Recipient>>
The list of recipients to which to email the report.
email_owner: Option<bool>
Whether the report should be emailed to the report owner.
Trait Implementations
impl Default for ReportDelivery[src]
impl Default for ReportDeliveryfn default() -> ReportDelivery[src]
fn default() -> ReportDeliveryReturns the "default value" for a type. Read more
impl Clone for ReportDelivery[src]
impl Clone for ReportDeliveryfn clone(&self) -> ReportDelivery[src]
fn clone(&self) -> ReportDeliveryReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for ReportDelivery[src]
impl Debug for ReportDeliveryfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl NestedType for ReportDelivery[src]
impl NestedType for ReportDeliveryimpl Part for ReportDelivery[src]
impl Part for ReportDeliveryAuto Trait Implementations
impl Send for ReportDelivery
impl Send for ReportDeliveryimpl Sync for ReportDelivery
impl Sync for ReportDelivery