Show / Hide Table of Contents

Class ConversionsBatchUpdateResponse

Update Conversions Response.

Inheritance
object
ConversionsBatchUpdateResponse
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.v4.Data
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class ConversionsBatchUpdateResponse : 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 update.

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#conversionsBatchUpdateResponse".

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

Status

The update status of each conversion. Statuses are returned in the same order that conversions are updated.

Declaration
[JsonProperty("status")]
public virtual IList<ConversionStatus> Status { get; set; }
Property Value
Type Description
IList<ConversionStatus>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX