Show / Hide Table of Contents

Class UpdateLabelRequest

Request object for UpdateLabel method.

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