AudienceGroupAssignedTargetingOptionDetails class

Assigned audience group targeting option details.

This will be populated in the details field of an AssignedTargetingOption when targeting_type is TARGETING_TYPE_AUDIENCE_GROUP. The relation between each group is UNION, except for excluded_first_and_third_party_audience_group and excluded_google_audience_group, of which COMPLEMENT is used as an INTERSECTION with other groups.

Constructors

AudienceGroupAssignedTargetingOptionDetails({FirstAndThirdPartyAudienceGroup? excludedFirstAndThirdPartyAudienceGroup, GoogleAudienceGroup? excludedGoogleAudienceGroup, CombinedAudienceGroup? includedCombinedAudienceGroup, CustomListGroup? includedCustomListGroup, List<FirstAndThirdPartyAudienceGroup>? includedFirstAndThirdPartyAudienceGroups, GoogleAudienceGroup? includedGoogleAudienceGroup})
AudienceGroupAssignedTargetingOptionDetails.fromJson(Map json_)

Properties

excludedFirstAndThirdPartyAudienceGroup FirstAndThirdPartyAudienceGroup?
The first and third party audience ids and recencies of the excluded first and third party audience group.
getter/setter pair
excludedGoogleAudienceGroup GoogleAudienceGroup?
The Google audience ids of the excluded Google audience group.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
includedCombinedAudienceGroup CombinedAudienceGroup?
The combined audience ids of the included combined audience group.
getter/setter pair
includedCustomListGroup CustomListGroup?
The custom list ids of the included custom list group.
getter/setter pair
includedFirstAndThirdPartyAudienceGroups List<FirstAndThirdPartyAudienceGroup>?
The first and third party audience ids and recencies of included first and third party audience groups.
getter/setter pair
includedGoogleAudienceGroup GoogleAudienceGroup?
The Google audience ids of the included Google audience group.
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