Class ConversionsBatchInsertResponse
Insert Conversions Response.
Implements
Inherited Members
Namespace: Google.Apis.Dfareporting.v4.Data
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class ConversionsBatchInsertResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HasFailures
Indicates that some or all conversions failed to insert.
Declaration
[JsonProperty("hasFailures")]
public virtual bool? HasFailures { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Kind
Identifies what kind of resource this is. Value: the fixed string "dfareporting#conversionsBatchInsertResponse".
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
Status
The insert status of each conversion. Statuses are returned in the same order that conversions are inserted.
Declaration
[JsonProperty("status")]
public virtual IList<ConversionStatus> Status { get; set; }
Property Value
Type | Description |
---|---|
IList<ConversionStatus> |