Class UpdateUserListRequest
Request message for UpdateUserList.
Implements
Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public sealed class UpdateUserListRequest : IMessage<UpdateUserListRequest>, IEquatable<UpdateUserListRequest>, IDeepCloneable<UpdateUserListRequest>, IBufferMessage, IMessage
Constructors
UpdateUserListRequest()
Declaration
public UpdateUserListRequest()
UpdateUserListRequest(UpdateUserListRequest)
Declaration
public UpdateUserListRequest(UpdateUserListRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| UpdateUserListRequest | other |
Properties
UpdateMask
Optional. The list of fields to update.
Declaration
public FieldMask UpdateMask { get; set; }
Property Value
| Type | Description |
|---|---|
| FieldMask |
UserList
Required. The user list to update.
The user list's name field is used to identify the user list to update.
Format:
accountTypes/{account_type}/accounts/{account}/userLists/{user_list}
Declaration
public UserList UserList { get; set; }
Property Value
| Type | Description |
|---|---|
| UserList |
ValidateOnly
Optional. If true, the request is validated but not executed.
Declaration
public bool ValidateOnly { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |