Show / Hide Table of Contents

Class DeleteUserListRequest

Request message for DeleteUserList.

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

Constructors

DeleteUserListRequest()

Declaration
public DeleteUserListRequest()

DeleteUserListRequest(DeleteUserListRequest)

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

Properties

Name

Required. The name of the user list to delete. Format: accountTypes/{account_type}/accounts/{account}/userLists/{user_list}

Declaration
public string Name { get; set; }
Property Value
Type Description
string

UserListName

UserListName-typed view over the Name resource name property.

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

ValidateOnly

Optional. If true, the request is validated but not executed.

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