Show / Hide Table of Contents

Class FeedbackLoop

Feedback loop identifier information.

Inheritance
object
FeedbackLoop
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 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX