GoogleApi.GmailPostmasterTools.V1.Model.DeliveryError (google_api_gmail_postmaster_tools v0.7.0)

View Source

Metric on a particular delivery error type.

Attributes

  • errorClass (type: String.t, default: nil) - The class of delivery error.
  • errorRatio (type: float(), default: nil) - The ratio of messages where the error occurred vs all authenticated traffic.
  • errorType (type: String.t, default: nil) - The type of delivery error.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.GmailPostmasterTools.V1.Model.DeliveryError{
  errorClass: String.t() | nil,
  errorRatio: float() | nil,
  errorType: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.