Class RunReportMetadata
RunReport operation metadata.
Implements
Inherited Members
Namespace: Google.Apis.AgenciesAndBrands.v1.Data
Assembly: Google.Apis.AgenciesAndBrands.v1.dll
Syntax
public class RunReportMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PercentComplete
An estimate of how close this report is to being completed. Will always be 100 for failed and completed reports.
Declaration
[JsonProperty("percentComplete")]
public virtual int? PercentComplete { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Report
The result's parent report.
Declaration
[JsonProperty("report")]
public virtual string Report { get; set; }
Property Value
| Type | Description |
|---|---|
| string |