GoogleApi.DFAReporting.V33.Model.Recipient (google_api_dfa_reporting v0.31.0)

View Source

Represents a recipient.

Attributes

  • deliveryType (type: String.t, default: nil) - The delivery type for the recipient.
  • email (type: String.t, default: nil) - The email address of the recipient.
  • kind (type: String.t, default: nil) - The kind of resource this is, in this case dfareporting#recipient.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DFAReporting.V33.Model.Recipient{
  deliveryType: String.t() | nil,
  email: String.t() | nil,
  kind: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.