Class Correction
Output only. Shows any corrections that were applied to this creative.
Implements
Inherited Members
Namespace: Google.Apis.AdExchangeBuyerII.v2beta1.Data
Assembly: Google.Apis.AdExchangeBuyerII.v2beta1.dll
Syntax
public class Correction : IDirectResponseSchema
Properties
Contexts
The contexts for the correction.
Declaration
[JsonProperty("contexts")]
public virtual IList<ServingContext> Contexts { get; set; }
Property Value
Type | Description |
---|---|
IList<ServingContext> |
Details
Additional details about what was corrected.
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 |
Type
The type of correction that was applied to the creative.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |