google_api_gmail_postmaster_tools v0.2.0 GoogleApi.GmailPostmasterTools.V1beta1.Model.DeliveryError 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.GmailPostmasterTools.V1beta1.Model.DeliveryError{
  errorClass: String.t(),
  errorRatio: float(),
  errorType: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.