Show / Hide Table of Contents

Class UpdateContactRequest

Request object for UpdateContact method.

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

Constructors

UpdateContactRequest()

Declaration
public UpdateContactRequest()

UpdateContactRequest(UpdateContactRequest)

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

Properties

Contact

Required. The Contact to update.

The Contact's name is used to identify the Contact to update.

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

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