BuyersUserListsResource class

Constructors

BuyersUserListsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close(CloseUserListRequest request, String name, {String? $fields}) Future<UserList>
Changes the status of a user list to CLOSED.
create(UserList request, String parent, {String? $fields}) Future<UserList>
Creates a new user list.
get(String name, {String? $fields}) Future<UserList>
Gets a user list by its name.
getRemarketingTag(String name, {String? $fields}) Future<GetRemarketingTagResponse>
This has been sunset as of October 2023, and will return an error response if called.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<ListUserListsResponse>
Lists the user lists visible to the current user.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
open(OpenUserListRequest request, String name, {String? $fields}) Future<UserList>
Changes the status of a user list to OPEN.
toString() String
A string representation of this object.
inherited
update(UserList request, String name, {String? $fields}) Future<UserList>
Updates the given user list.

Operators

operator ==(Object other) bool
The equality operator.
inherited