Class RunReportResponse
Response message for a completed RunReport
operation.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class RunReportResponse : IMessage<RunReportResponse>, IEquatable<RunReportResponse>, IDeepCloneable<RunReportResponse>, IBufferMessage, IMessage
Constructors
RunReportResponse()
Declaration
public RunReportResponse()
RunReportResponse(RunReportResponse)
Declaration
public RunReportResponse(RunReportResponse other)
Parameters
Type | Name | Description |
---|---|---|
RunReportResponse | other |
Properties
ReportResult
The unique name of the generated result. Use with FetchReportResultRows
to retrieve data.
Declaration
public string ReportResult { get; set; }
Property Value
Type | Description |
---|---|
string |