Class RunReportMetadata
RunReport operation metadata.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class RunReportMetadata : IMessage<RunReportMetadata>, IEquatable<RunReportMetadata>, IDeepCloneable<RunReportMetadata>, IBufferMessage, IMessage
Constructors
RunReportMetadata()
Declaration
public RunReportMetadata()
RunReportMetadata(RunReportMetadata)
Declaration
public RunReportMetadata(RunReportMetadata other)
Parameters
| Type | Name | Description |
|---|---|---|
| RunReportMetadata | other |
Properties
PercentComplete
An estimate of how close this report is to being completed. Will always be 100 for failed and completed reports.
Declaration
public int PercentComplete { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Report
The result's parent report.
Declaration
public string Report { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ReportAsReportName
ReportName-typed view over the Report resource name property.
Declaration
public ReportName ReportAsReportName { get; set; }
Property Value
| Type | Description |
|---|---|
| ReportName |