google_api_dfa_reporting v0.17.0 GoogleApi.DFAReporting.V33.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.V33.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

Specs

t() :: %GoogleApi.DFAReporting.V33.Model.ReportDelivery{
  emailOwner: boolean(),
  emailOwnerDeliveryType: String.t(),
  message: String.t(),
  recipients: [GoogleApi.DFAReporting.V33.Model.Recipient.t()]
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.