Class ListUserListGlobalLicenseCustomerInfosRequest
Request to list all [UserListGlobalLicenseCustomerInfo][google.ads.datamanager.v1.UserListGlobalLicenseCustomerInfo] resources for a given user list global license.
Implements
Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public sealed class ListUserListGlobalLicenseCustomerInfosRequest : IMessage<ListUserListGlobalLicenseCustomerInfosRequest>, IEquatable<ListUserListGlobalLicenseCustomerInfosRequest>, IDeepCloneable<ListUserListGlobalLicenseCustomerInfosRequest>, IBufferMessage, IMessage, IPageRequest
Constructors
ListUserListGlobalLicenseCustomerInfosRequest()
Declaration
public ListUserListGlobalLicenseCustomerInfosRequest()
ListUserListGlobalLicenseCustomerInfosRequest(ListUserListGlobalLicenseCustomerInfosRequest)
Declaration
public ListUserListGlobalLicenseCustomerInfosRequest(ListUserListGlobalLicenseCustomerInfosRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| ListUserListGlobalLicenseCustomerInfosRequest | other |
Properties
Filter
Optional. Filters to apply to the list request. All fields need to be on the left hand side of each condition (for example: user_list_id = 123).
Supported Operations:
AND=!=>>=<<=
Unsupported Fields:
name(use get method instead)historical_pricingsand all its subfieldspricing.start_timepricing.end_time
Declaration
public string Filter { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PageSize
Optional. The maximum number of licenses to return. The service may return fewer than this value. If unspecified, at most 50 licenses 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
PageToken
Optional. A page token, received from a previous
ListUserListDirectLicense call. Provide this to retrieve the subsequent
page.
When paginating, all other parameters provided to
ListUserListDirectLicense must match the call that provided the page
token.
Declaration
public string PageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Implements
Parent
Required. The global license whose customer info are being queried. Should
be in the format
accountTypes/{ACCOUNT_TYPE}/accounts/{ACCOUNT_ID}/userListGlobalLicenses/{USER_LIST_GLOBAL_LICENSE_ID}.
To list all global license customer info under an account, replace the user
list global license id with a '-' (for example,
accountTypes/DATA_PARTNER/accounts/123/userListGlobalLicenses/-)
Declaration
public string Parent { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ParentAsUserListGlobalLicenseName
UserListGlobalLicenseName-typed view over the Parent resource name property.
Declaration
public UserListGlobalLicenseName ParentAsUserListGlobalLicenseName { get; set; }
Property Value
| Type | Description |
|---|---|
| UserListGlobalLicenseName |