GoogleApi.DFAReporting.V34.Model.ReportDelivery (google_api_dfa_reporting v0.31.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DFAReporting.V34.Model.ReportDelivery{
  emailOwner: boolean() | nil,
  emailOwnerDeliveryType: String.t() | nil,
  message: String.t() | nil,
  recipients: [GoogleApi.DFAReporting.V34.Model.Recipient.t()] | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.