Class UpdateReportRequest
Request object for UpdateReport
method.
Implements
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 |