Show / Hide Table of Contents

Class UpdateUserListGlobalLicenseRequest

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

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

Constructors

UpdateUserListGlobalLicenseRequest()

Declaration
public UpdateUserListGlobalLicenseRequest()

UpdateUserListGlobalLicenseRequest(UpdateUserListGlobalLicenseRequest)

Declaration
public UpdateUserListGlobalLicenseRequest(UpdateUserListGlobalLicenseRequest other)
Parameters
Type Name Description
UpdateUserListGlobalLicenseRequest 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

UserListGlobalLicense

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

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