Class GetReportRequest
Request object for GetReport method.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class GetReportRequest : IMessage<GetReportRequest>, IEquatable<GetReportRequest>, IDeepCloneable<GetReportRequest>, IBufferMessage, IMessage
Constructors
GetReportRequest()
Declaration
public GetReportRequest()
GetReportRequest(GetReportRequest)
Declaration
public GetReportRequest(GetReportRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| GetReportRequest | other |
Properties
Name
Required. The resource name of the report.
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 |