Class RunReportRequest
Request message for a running a report.
Implements
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 |