google_api_dfa_reporting v0.8.0 GoogleApi.DFAReporting.V34.Model.ReportDelivery View Source
The report's email delivery settings.
Attributes
emailOwner
(type:boolean()
, default:nil
) - Whether the report should be emailed to the report owner.emailOwnerDeliveryType
(type:String.t
, default:nil
) - The type of delivery for the owner to receive, if enabled.message
(type:String.t
, default:nil
) - The message to be sent with each email.recipients
(type:list(GoogleApi.DFAReporting.V34.Model.Recipient.t)
, default:nil
) - The list of recipients to which to email the report.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.DFAReporting.V34.Model.ReportDelivery{ emailOwner: boolean(), emailOwnerDeliveryType: String.t(), message: String.t(), recipients: [GoogleApi.DFAReporting.V34.Model.Recipient.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.