Class UpdateUserListGlobalLicenseRequest
Request to update a [UserListGlobalLicense][google.ads.datamanager.v1.UserListGlobalLicense] resource.
Implements
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 |