Show / Hide Table of Contents

Class FieldError

Contains the field error of the dynamic feed.

Inheritance
object
FieldError
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.Dfareporting.v5.Data
Assembly: Google.Apis.Dfareporting.v5.dll
Syntax
public class FieldError : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FieldId

Output only. The ID of the field.

Declaration
[JsonProperty("fieldId")]
public virtual int? FieldId { get; set; }
Property Value
Type Description
int?

FieldName

Output only. The name of the field.

Declaration
[JsonProperty("fieldName")]
public virtual string FieldName { get; set; }
Property Value
Type Description
string

FieldValues

Output only. The list of values of the field.

Declaration
[JsonProperty("fieldValues")]
public virtual IList<string> FieldValues { get; set; }
Property Value
Type Description
IList<string>

IngestionError

Output only. The ingestion error of the field.

Declaration
[JsonProperty("ingestionError")]
public virtual string IngestionError { get; set; }
Property Value
Type Description
string

IsError

Output only. Incidcates whether the field has error or warning.

Declaration
[JsonProperty("isError")]
public virtual bool? IsError { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX