Class OneClickUnsubscribeVerdict
Compliance verdict for whether a sender meets the one-click unsubscribe compliance requirement.
Implements
Inherited Members
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 |