Class IpReputation
IP Reputation information for a set of IPs in a specific reputation category.
Implements
Inherited Members
Namespace: Google.Apis.PostmasterTools.v1.Data
Assembly: Google.Apis.PostmasterTools.v1.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? |
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> |