Class RunReportResponse
Response message for a completed RunReport operation.
Implements
Inherited Members
Namespace: Google.Apis.AgenciesAndBrands.v1.Data
Assembly: Google.Apis.AgenciesAndBrands.v1.dll
Syntax
public class RunReportResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ReportResult
The unique name of the generated result. Use with FetchReportResultRows to retrieve data.
Declaration
[JsonProperty("reportResult")]
public virtual string ReportResult { get; set; }
Property Value
| Type | Description |
|---|---|
| string |