Class FeedbackLoop
Feedback loop identifier information.
Implements
Inherited Members
Namespace: Google.Apis.PostmasterTools.v1.Data
Assembly: Google.Apis.PostmasterTools.v1.dll
Syntax
public class FeedbackLoop : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Feedback loop identifier that uniquely identifies individual campaigns.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
SpamRatio
The ratio of user marked spam messages with the identifier vs the total number of inboxed messages with that identifier.
Declaration
[JsonProperty("spamRatio")]
public virtual double? SpamRatio { get; set; }
Property Value
Type | Description |
---|---|
double? |