Show / Hide Table of Contents

Class Correction

Output only. Shows any corrections that were applied to this creative.

Inheritance
object
Correction
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX