GoogleApi.GmailPostmasterTools.V1.Model.FeedbackLoop (google_api_gmail_postmaster_tools v0.7.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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.GmailPostmasterTools.V1.Model.FeedbackLoop{
  id: String.t() | nil,
  spamRatio: float() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.