View Source GoogleApi.AlertCenter.V1beta1.Model.VoicemailRecipientError (google_api_alert_center v0.24.0)

Issue(s) with a voicemail recipient.

Attributes

  • email (type: String.t, default: nil) - Email address of the invalid recipient. This may be unavailable if the recipient was deleted.
  • invalidReason (type: String.t, default: nil) - Reason for the error.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AlertCenter.V1beta1.Model.VoicemailRecipientError{
  email: String.t() | nil,
  invalidReason: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.