Show / Hide Table of Contents

Class RunReportRequest

Request message for a running a report.

Inheritance
object
RunReportRequest
Implements
IMessage<RunReportRequest>
IEquatable<RunReportRequest>
IDeepCloneable<RunReportRequest>
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 RunReportRequest : IMessage<RunReportRequest>, IEquatable<RunReportRequest>, IDeepCloneable<RunReportRequest>, IBufferMessage, IMessage

Constructors

RunReportRequest()

Declaration
public RunReportRequest()

RunReportRequest(RunReportRequest)

Declaration
public RunReportRequest(RunReportRequest other)
Parameters
Type Name Description
RunReportRequest other

Properties

Name

Required. The report to run. Format: networks/{network_code}/reports/{report_id}

Declaration
public string Name { get; set; }
Property Value
Type Description
string

ReportName

ReportName-typed view over the Name resource name property.

Declaration
public ReportName ReportName { get; set; }
Property Value
Type Description
ReportName
In this article
Back to top Generated by DocFX