GoogleAdsSearchads360V23ResourcesCustomInterestMember class
A member of custom interest audience.
A member can be a keyword or url. It is immutable, that is, it can only be created or removed but not changed.
Constructors
- GoogleAdsSearchads360V23ResourcesCustomInterestMember({String? memberType, String? parameter})
- GoogleAdsSearchads360V23ResourcesCustomInterestMember.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- memberType ↔ String?
-
The type of custom interest member, KEYWORD or URL.
Possible string values are:
getter/setter pair
- parameter ↔ String?
-
Keyword text when member_type is KEYWORD or URL string when member_type is
URL.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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