Class CustomEventsBatchInsertResponse
Insert Custom Events Response.
Inheritance
System.Object
CustomEventsBatchInsertResponse
Implements
Google.Apis.Requests.IDirectResponseSchema
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.Dfareporting.v3_4.Data
Assembly: Google.Apis.Dfareporting.v3_4.dll
Syntax
public class CustomEventsBatchInsertResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HasFailures
Indicates that some or all custom events failed to insert.
Declaration
[JsonProperty("hasFailures")]
public virtual bool? HasFailures { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
Kind
Identifies what kind of resource this is. Value: the fixed string "dfareporting#customEventsBatchInsertResponse".
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Status
The insert status of each custom event. Statuses are returned in the same order that conversions are inserted.
Declaration
[JsonProperty("status")]
public virtual IList<CustomEventStatus> Status { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<CustomEventStatus> |
Implements
Google.Apis.Requests.IDirectResponseSchema