Class DeliverabilityStatusVerdict
Developer Preview: Verdict of domain deliverability status.
Implements
Inherited Members
Namespace: Google.Apis.PostmasterTools.v2.Data
Assembly: Google.Apis.PostmasterTools.v2.dll
Syntax
public class DeliverabilityStatusVerdict : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Reason
Output only. The specific reason for the compliance verdict.
Declaration
[JsonProperty("reason")]
public virtual string Reason { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
State
Output only. The compliance state.
Declaration
[JsonProperty("state")]
public virtual ComplianceStatus State { get; set; }
Property Value
| Type | Description |
|---|---|
| ComplianceStatus |