GoogleAdsSearchads360V23ResourcesCustomAudienceMember class
A member of custom audience.
A member can be a KEYWORD, URL, PLACE_CATEGORY or APP. It can only be created or removed but not changed.
Constructors
- GoogleAdsSearchads360V23ResourcesCustomAudienceMember({String? app, String? keyword, String? memberType, String? placeCategory, String? url})
- GoogleAdsSearchads360V23ResourcesCustomAudienceMember.fromJson(Map json_)
Properties
- app ↔ String?
-
A package name of Android apps which users installed such as
com.google.example.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- keyword ↔ String?
-
A keyword or keyword phrase — at most 10 words and 80 characters.
getter/setter pair
- memberType ↔ String?
-
The type of custom audience member, KEYWORD, URL, PLACE_CATEGORY or APP.
Possible string values are:
getter/setter pair
- placeCategory ↔ String?
-
A place type described by a place category users visit.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- url ↔ String?
-
An HTTP URL, protocol-included — at most 2048 characters, which includes
contents users have interests in.
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