Class ReportMetadata
The metadata of a report.
Implements
Inherited Members
Namespace: Google.Apis.DoubleClickBidManager.v2.Data
Assembly: Google.Apis.DoubleClickBidManager.v2.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
Output only. The location of the generated report file in Google Cloud Storage. This field will be absent if
status.state is not DONE
.
Declaration
[JsonProperty("googleCloudStoragePath")]
public virtual string GoogleCloudStoragePath { get; set; }
Property Value
Type | Description |
---|---|
string |
ReportDataEndDate
The end date of the report data date range.
Declaration
[JsonProperty("reportDataEndDate")]
public virtual Date ReportDataEndDate { get; set; }
Property Value
Type | Description |
---|---|
Date |
ReportDataStartDate
The start date of the report data date range.
Declaration
[JsonProperty("reportDataStartDate")]
public virtual Date ReportDataStartDate { get; set; }
Property Value
Type | Description |
---|---|
Date |
Status
The status of the report.
Declaration
[JsonProperty("status")]
public virtual ReportStatus Status { get; set; }
Property Value
Type | Description |
---|---|
ReportStatus |