Show / Hide Table of Contents

Class ReportStatus

The status of a report.

Inheritance
object
ReportStatus
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.DoubleClickBidManager.v2.Data
Assembly: Google.Apis.DoubleClickBidManager.v2.dll
Syntax
public class ReportStatus : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

FinishTime

object representation of FinishTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use FinishTimeDateTimeOffset instead.")]
public virtual object FinishTime { get; set; }
Property Value
Type Description
object

FinishTimeDateTimeOffset

DateTimeOffset representation of FinishTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? FinishTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

FinishTimeRaw

Output only. The timestamp of when report generation finished successfully or in failure. This field will not be set unless state is DONE or FAILED.

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

Format

The format of the generated report file.

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

State

Output only. The state of the report generation.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX