Class UpdateLabelRequest
Request object for UpdateLabel method.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class UpdateLabelRequest : IMessage<UpdateLabelRequest>, IEquatable<UpdateLabelRequest>, IDeepCloneable<UpdateLabelRequest>, IBufferMessage, IMessage
Constructors
UpdateLabelRequest()
Declaration
public UpdateLabelRequest()
UpdateLabelRequest(UpdateLabelRequest)
Declaration
public UpdateLabelRequest(UpdateLabelRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| UpdateLabelRequest | other |
Properties
Label
Required. The Label to update.
The Label's name is used to identify the Label to update.
Declaration
public Label Label { get; set; }
Property Value
| Type | Description |
|---|---|
| Label |
UpdateMask
Optional. The list of fields to update.
Declaration
public FieldMask UpdateMask { get; set; }
Property Value
| Type | Description |
|---|---|
| FieldMask |