Class ReportMetadata
Report metadata.
Inheritance
object
ReportMetadata
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 ReportMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GoogleCloudStoragePath
The path to the location in Google Cloud Storage where the report is stored.
Declaration
[JsonProperty("googleCloudStoragePath")]
public virtual string GoogleCloudStoragePath { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ReportDataEndTimeMs
The ending time for the data that is shown in the report.
Declaration
[JsonProperty("reportDataEndTimeMs")]
public virtual long? ReportDataEndTimeMs { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
ReportDataStartTimeMs
The starting time for the data that is shown in the report.
Declaration
[JsonProperty("reportDataStartTimeMs")]
public virtual long? ReportDataStartTimeMs { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
Status
Report status.
Declaration
[JsonProperty("status")]
public virtual ReportStatus Status { get; set; }
Property Value
| Type | Description |
|---|---|
| ReportStatus |