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

View Source

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

Attributes

  • ipCount (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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.GmailPostmasterTools.V1.Model.IpReputation{
  ipCount: String.t() | nil,
  reputation: String.t() | nil,
  sampleIps: [String.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.