Class ReportStatus
Report status.
Inheritance
object
ReportStatus
Implements
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.v1_1.Data
Assembly: Google.Apis.DoubleClickBidManager.v1_1.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 |
Failure
If the report failed, this records the cause.
Declaration
[JsonProperty("failure")]
public virtual ReportFailure Failure { get; set; }
Property Value
| Type | Description |
|---|---|
| ReportFailure |
FinishTimeMs
The time when this report either completed successfully or failed.
Declaration
[JsonProperty("finishTimeMs")]
public virtual long? FinishTimeMs { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
Format
The file type of the report.
Declaration
[JsonProperty("format")]
public virtual string Format { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
State
The state of the report.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
| Type | Description |
|---|---|
| string |