Show / Hide Table of Contents

Class DomainComplianceData

Compliance data for a given domain.

Inheritance
object
DomainComplianceData
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 DomainComplianceData : IDirectResponseSchema

Properties

DomainId

Domain that this data is for.

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

ETag

The ETag of the item.

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

HonorUnsubscribeVerdict

Unsubscribe honoring compliance verdict.

Declaration
[JsonProperty("honorUnsubscribeVerdict")]
public virtual HonorUnsubscribeVerdict HonorUnsubscribeVerdict { get; set; }
Property Value
Type Description
HonorUnsubscribeVerdict

OneClickUnsubscribeVerdict

One-click unsubscribe compliance verdict.

Declaration
[JsonProperty("oneClickUnsubscribeVerdict")]
public virtual OneClickUnsubscribeVerdict OneClickUnsubscribeVerdict { get; set; }
Property Value
Type Description
OneClickUnsubscribeVerdict

RowData

Data for each of the rows of the table. Each message contains all the data that backs a single row.

Declaration
[JsonProperty("rowData")]
public virtual IList<ComplianceRowData> RowData { get; set; }
Property Value
Type Description
IList<ComplianceRowData>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX