Show / Hide Table of Contents

Class ListUserListsRequest

Request message for ListUserLists.

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

Constructors

ListUserListsRequest()

Declaration
public ListUserListsRequest()

ListUserListsRequest(ListUserListsRequest)

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

Properties

Filter

Optional. A filter string. All fields need to be on the left hand side of each condition (for example: display_name = "list 1").

Supported operations:

  • AND
  • =
  • !=
  • >
  • >=
  • <
  • <=
  • : (has)

Supported fields:

  • id
  • display_name
  • description
  • membership_status
  • integration_code
  • access_reason
  • ingested_user_list_info.upload_key_types
Declaration
public string Filter { get; set; }
Property Value
Type Description
string

PageSize

Optional. The maximum number of user lists to return. The service may return fewer than this value. If unspecified, at most 50 user lists will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

Declaration
public int PageSize { get; set; }
Property Value
Type Description
int
Implements
IPageRequest.PageSize

PageToken

Optional. A page token, received from a previous ListUserLists call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListUserLists must match the call that provided the page token.

Declaration
public string PageToken { get; set; }
Property Value
Type Description
string
Implements
IPageRequest.PageToken

Parent

Required. The parent account which owns this collection of user lists. Format: accountTypes/{account_type}/accounts/{account}

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

ParentAsAccountName

AccountName-typed view over the Parent resource name property.

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