Show / Hide Table of Contents

Class UpdateReportRequest

Request object for UpdateReport method.

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

Constructors

UpdateReportRequest()

Declaration
public UpdateReportRequest()

UpdateReportRequest(UpdateReportRequest)

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

Properties

Report

Required. The Report to update.

Declaration
public Report Report { get; set; }
Property Value
Type Description
Report

UpdateMask

Required. The list of fields to update.

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