Show / Hide Table of Contents

Class IpReputation

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

Inheritance
object
IpReputation
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.PostmasterTools.v1beta1.Data
Assembly: Google.Apis.PostmasterTools.v1beta1.dll
Syntax
public class IpReputation : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

IpCount

Total number of unique IPs in this reputation category. This metric only pertains to traffic that passed SPF or DKIM.

Declaration
[JsonProperty("ipCount")]
public virtual long? IpCount { get; set; }
Property Value
Type Description
long?

NumIps

Total number of unique IPs in this reputation category. This metric only pertains to traffic that passed SPF or DKIM. Deprecated to be complied with ApiLinter for Quantities. Use ip_count instead.

Declaration
[JsonProperty("numIps")]
public virtual long? NumIps { get; set; }
Property Value
Type Description
long?

Reputation

The reputation category this IP reputation represents.

Declaration
[JsonProperty("reputation")]
public virtual string Reputation { get; set; }
Property Value
Type Description
string

SampleIps

A sample of IPs in this reputation category.

Declaration
[JsonProperty("sampleIps")]
public virtual IList<string> SampleIps { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX