google_api_gmail_postmaster_tools v0.2.0 GoogleApi.GmailPostmasterTools.V1beta1.Model.IpReputation View Source

IP Reputation information for a set of IPs in a specific reputation category.

Attributes

  • numIps (type: String.t, default: nil) - Total number of unique IPs in this reputation category. This metric only pertains to traffic that passed SPF or DKIM.
  • reputation (type: String.t, default: nil) - The reputation category this IP reputation represents.
  • sampleIps (type: list(String.t), default: nil) - A sample of IPs in this reputation category.

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.IpReputation{
  numIps: String.t(),
  reputation: String.t(),
  sampleIps: [String.t()]
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.