Show / Hide Table of Contents

Class UpdateUserListDirectLicenseRequest

Request to update a [UserListDirectLicense][google.ads.datamanager.v1.UserListDirectLicense] resource.

Inheritance
object
UpdateUserListDirectLicenseRequest
Implements
IMessage<UpdateUserListDirectLicenseRequest>
IEquatable<UpdateUserListDirectLicenseRequest>
IDeepCloneable<UpdateUserListDirectLicenseRequest>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public sealed class UpdateUserListDirectLicenseRequest : IMessage<UpdateUserListDirectLicenseRequest>, IEquatable<UpdateUserListDirectLicenseRequest>, IDeepCloneable<UpdateUserListDirectLicenseRequest>, IBufferMessage, IMessage

Constructors

UpdateUserListDirectLicenseRequest()

Declaration
public UpdateUserListDirectLicenseRequest()

UpdateUserListDirectLicenseRequest(UpdateUserListDirectLicenseRequest)

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

Properties

UpdateMask

Optional. The list of fields to update. The special character * is not supported and an INVALID_UPDATE_MASK error will be thrown if used.

Declaration
public FieldMask UpdateMask { get; set; }
Property Value
Type Description
FieldMask

UserListDirectLicense

Required. The licenses' name field is used to identify the license to update.

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