Show / Hide Table of Contents

Class Creative.FilteringReasonsData

The filtering reasons for the creative. Read-only. This field should not be set in requests.

Inheritance
System.Object
Creative.FilteringReasonsData
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 FilteringReasonsData

Properties

Date

The date in ISO 8601 format for the data. The data is collected from 00:00:00 to 23:59:59 in PST.

Declaration
[JsonProperty("date")]
public virtual string Date { get; set; }
Property Value
Type Description
System.String

Reasons

The filtering reasons.

Declaration
[JsonProperty("reasons")]
public virtual IList<Creative.FilteringReasonsData.ReasonsData> Reasons { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<Creative.FilteringReasonsData.ReasonsData>
In This Article
Back to top