GoogleApi.GmailPostmasterTools.V1beta1.Model.FeedbackLoop (google_api_gmail_postmaster_tools v0.4.0) View Source

Feedback loop identifier information.

Attributes

  • id (type: String.t, default: nil) - Feedback loop identifier that uniquely identifies individual campaigns.
  • spamRatio (type: float(), default: nil) - The ratio of user marked spam messages with the identifier vs the total number of inboxed messages with that identifier.

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.FeedbackLoop{
  id: String.t() | nil,
  spamRatio: float() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.