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

Details for an invalid transfer or forward.

Attributes

  • email (type: String.t, default: nil) - User's email address. This may be unavailable if the entity was deleted.
  • entityType (type: String.t, default: nil) - Type of entity being transferred to. For ring group members, this should always be USER.
  • id (type: String.t, default: nil) - Ring group or auto attendant ID. Not set for users.
  • invalidReason (type: String.t, default: nil) - Reason for the error.
  • name (type: String.t, default: nil) - User's full name, or the ring group / auto attendant name. This may be unavailable if the entity was deleted.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.