GoogleAdsSearchads360V23ResourcesUserInterest class

A user interest: a particular interest-based vertical to be targeted.

Constructors

GoogleAdsSearchads360V23ResourcesUserInterest({List<GoogleAdsSearchads360V23CommonCriterionCategoryAvailability>? availabilities, bool? launchedToAll, String? name, String? resourceName, String? taxonomyType, String? userInterestId, String? userInterestParent})
GoogleAdsSearchads360V23ResourcesUserInterest.fromJson(Map json_)

Properties

availabilities List<GoogleAdsSearchads360V23CommonCriterionCategoryAvailability>?
Availability information of the user interest.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
launchedToAll bool?
True if the user interest is launched to all channels and locales.
getter/setter pair
name String?
The name of the user interest.
getter/setter pair
resourceName String?
The resource name of the user interest.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
taxonomyType String?
Taxonomy type of the user interest.
getter/setter pair
userInterestId String?
The ID of the user interest.
getter/setter pair
userInterestParent String?
The parent of the user interest.
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