Show / Hide Table of Contents

Class OneClickUnsubscribeVerdict

Compliance verdict for whether a sender meets the one-click unsubscribe compliance requirement.

Inheritance
object
OneClickUnsubscribeVerdict
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.v2.Data
Assembly: Google.Apis.PostmasterTools.v2.dll
Syntax
public class OneClickUnsubscribeVerdict : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Reason

The specific reason for the compliance verdict. Must be empty if the status is compliant.

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

Status

The compliance status.

Declaration
[JsonProperty("status")]
public virtual ComplianceStatus Status { get; set; }
Property Value
Type Description
ComplianceStatus

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX