Show / Hide Table of Contents

Class RunReportResponse

Response message for a completed RunReport operation.

Inheritance
object
RunReportResponse
Implements
IMessage<RunReportResponse>
IEquatable<RunReportResponse>
IDeepCloneable<RunReportResponse>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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
In this article
Back to top Generated by DocFX