UserList class
Represents an Authorized Buyers user list.
Authorized Buyers can create/update/list user lists. Once a user list is created in the system, Authorized Buyers can add users to the user list using the bulk uploader API. Alternatively, users can be added by hosting a tag on the advertiser's page.
Constructors
- UserList({String? description, String? displayName, String? membershipDurationDays, String? name, String? status, UrlRestriction? urlRestriction})
- UserList.fromJson(Map json_)
Properties
- description ↔ String?
-
The description for the user list.
getter/setter pair
- displayName ↔ String?
-
Display name of the user list.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- membershipDurationDays ↔ String?
-
The number of days a user's cookie stays on the user list.
getter/setter pair
- name ↔ String?
-
Name of the user list that must follow the pattern
buyers/{buyer}/userLists/{user_list}
, where{buyer}
represents the account ID of the buyer who owns the user list.getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ String?
-
The status of the user list.
getter/setter pair
- urlRestriction ↔ UrlRestriction?
-
This will be removed in October 2023.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited