GoogleApi.DFAReporting.V4.Model.ReportDelivery (google_api_dfa_reporting v0.31.0)
View SourceThe 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.V4.Model.Recipient.t)
, default:nil
) - The list of recipients to which to email the report.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DFAReporting.V4.Model.ReportDelivery{ emailOwner: boolean() | nil, emailOwnerDeliveryType: String.t() | nil, message: String.t() | nil, recipients: [GoogleApi.DFAReporting.V4.Model.Recipient.t()] | nil }