GoogleAdsSearchads360V23ResourcesUserList class
A user list.
This is a list of users a customer may target. The unique key of a user list
consists of the following fields: id. Note that the name must also be
unique for user lists owned by a given customer, except in some cases where
access_reason is set to SHARED. Violating the unique name constraint
produces error: UserListError.INVALID_NAME.
Constructors
- GoogleAdsSearchads360V23ResourcesUserList({String? accessReason, String? accountUserListStatus, GoogleAdsSearchads360V23CommonBasicUserListInfo? basicUserList, String? closingReason, GoogleAdsSearchads360V23CommonCrmBasedUserListInfo? crmBasedUserList, String? description, bool? eligibleForDisplay, bool? eligibleForSearch, String? id, String? integrationCode, GoogleAdsSearchads360V23CommonLogicalUserListInfo? logicalUserList, GoogleAdsSearchads360V23CommonLookalikeUserListInfo? lookalikeUserList, int? matchRatePercentage, String? membershipLifeSpan, String? membershipStatus, String? name, bool? readOnly, String? resourceName, GoogleAdsSearchads360V23CommonRuleBasedUserListInfo? ruleBasedUserList, GoogleAdsSearchads360V23CommonSimilarUserListInfo? similarUserList, String? sizeForDisplay, String? sizeForSearch, String? sizeRangeForDisplay, String? sizeRangeForSearch, String? type})
- GoogleAdsSearchads360V23ResourcesUserList.fromJson(Map json_)
Properties
- accessReason ↔ String?
-
Indicates the reason this account has been granted access to the list.
getter/setter pair
- accountUserListStatus ↔ String?
-
Indicates if this share is still enabled.
getter/setter pair
- basicUserList ↔ GoogleAdsSearchads360V23CommonBasicUserListInfo?
-
User list targeting as a collection of conversion or remarketing actions.
getter/setter pair
- closingReason ↔ String?
-
Indicating the reason why this user list membership status is closed.
getter/setter pair
- crmBasedUserList ↔ GoogleAdsSearchads360V23CommonCrmBasedUserListInfo?
-
User list of CRM users provided by the advertiser.
getter/setter pair
- description ↔ String?
-
Description of this user list.
getter/setter pair
- eligibleForDisplay ↔ bool?
-
Indicates this user list is eligible for Google Display Network.
getter/setter pair
- eligibleForSearch ↔ bool?
-
Indicates if this user list is eligible for Google Search Network.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
Id of the user list.
getter/setter pair
- integrationCode ↔ String?
-
An ID from external system.
getter/setter pair
- logicalUserList ↔ GoogleAdsSearchads360V23CommonLogicalUserListInfo?
-
User list that is a custom combination of user lists.
getter/setter pair
- lookalikeUserList ↔ GoogleAdsSearchads360V23CommonLookalikeUserListInfo?
-
Lookalike User List.
getter/setter pair
- matchRatePercentage ↔ int?
-
Indicates match rate for Customer Match lists.
getter/setter pair
- membershipLifeSpan ↔ String?
-
Number of days a user's cookie stays on your list since its most recent
addition to the list.
getter/setter pair
- membershipStatus ↔ String?
-
Membership status of this user list.
getter/setter pair
- name ↔ String?
-
Name of this user list.
getter/setter pair
- readOnly ↔ bool?
-
An option that indicates if a user may edit a list.
getter/setter pair
- resourceName ↔ String?
-
The resource name of the user list.
getter/setter pair
- ruleBasedUserList ↔ GoogleAdsSearchads360V23CommonRuleBasedUserListInfo?
-
User list generated by a rule.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- similarUserList ↔ GoogleAdsSearchads360V23CommonSimilarUserListInfo?
-
User list which are similar to users from another UserList.
getter/setter pair
- sizeForDisplay ↔ String?
-
Estimated number of users in this user list, on the Google Display
Network.
getter/setter pair
- sizeForSearch ↔ String?
-
Estimated number of users in this user list in the google.com domain.
getter/setter pair
- sizeRangeForDisplay ↔ String?
-
Size range in terms of number of users of the UserList, on the Google
Display Network.
getter/setter pair
- sizeRangeForSearch ↔ String?
-
Size range in terms of number of users of the UserList, for Search ads.
getter/setter pair
- type ↔ String?
-
Type of this list.
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