Show / Hide Table of Contents

Class Creative.CorrectionsData

Shows any corrections that were applied to this creative. Read-only. This field should not be set in requests.

Inheritance
System.Object
Creative.CorrectionsData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AdExchangeBuyer.v1_4.Data
Assembly: Google.Apis.AdExchangeBuyer.v1_4.dll
Syntax
public class CorrectionsData

Properties

Contexts

All known serving contexts containing serving status information.

Declaration
[JsonProperty("contexts")]
public virtual IList<Creative.CorrectionsData.ContextsData> Contexts { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<Creative.CorrectionsData.ContextsData>

Details

Additional details about the correction.

Declaration
[JsonProperty("details")]
public virtual IList<string> Details { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>

Reason

The type of correction that was applied to the creative.

Declaration
[JsonProperty("reason")]
public virtual string Reason { get; set; }
Property Value
Type Description
System.String
In This Article
Back to top