Class Disapproval
Output only. The reason and details for a disapproval.
Implements
Inherited Members
Namespace: Google.Apis.AdExchangeBuyerII.v2beta1.Data
Assembly: Google.Apis.AdExchangeBuyerII.v2beta1.dll
Syntax
public class Disapproval : IDirectResponseSchema
Properties
Details
Additional details about the reason for disapproval.
Declaration
[JsonProperty("details")]
public virtual IList<string> Details { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Reason
The categorized reason for disapproval.
Declaration
[JsonProperty("reason")]
public virtual string Reason { get; set; }
Property Value
Type | Description |
---|---|
string |