Show / Hide Table of Contents

Class GetReportRequest

Request object for GetReport method.

Inheritance
object
GetReportRequest
Implements
IMessage<GetReportRequest>
IEquatable<GetReportRequest>
IDeepCloneable<GetReportRequest>
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 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
In this article
Back to top Generated by DocFX