GoogleAdsSearchads360V23CommonAudienceDimension class
Positive dimension specifying user's audience.
Constructors
- GoogleAdsSearchads360V23CommonAudienceDimension({GoogleAdsSearchads360V23CommonAgeDimension? age, GoogleAdsSearchads360V23CommonAudienceSegmentDimension? audienceSegments, GoogleAdsSearchads360V23CommonGenderDimension? gender, GoogleAdsSearchads360V23CommonHouseholdIncomeDimension? householdIncome, GoogleAdsSearchads360V23CommonParentalStatusDimension? parentalStatus})
- GoogleAdsSearchads360V23CommonAudienceDimension.fromJson(Map json_)
Properties
- age ↔ GoogleAdsSearchads360V23CommonAgeDimension?
-
Dimension specifying users by their age.
getter/setter pair
- audienceSegments ↔ GoogleAdsSearchads360V23CommonAudienceSegmentDimension?
-
Dimension specifying users by their membership in other audience segments.
getter/setter pair
- gender ↔ GoogleAdsSearchads360V23CommonGenderDimension?
-
Dimension specifying users by their gender.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- householdIncome ↔ GoogleAdsSearchads360V23CommonHouseholdIncomeDimension?
-
Dimension specifying users by their household income.
getter/setter pair
- parentalStatus ↔ GoogleAdsSearchads360V23CommonParentalStatusDimension?
-
Dimension specifying users by their parental status.
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