Show / Hide Table of Contents

Class DeliverabilityStatusVerdict

Developer Preview: Verdict of domain deliverability status.

Inheritance
object
DeliverabilityStatusVerdict
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX