GoogleAdsSearchads360V23ServicesAudienceCompositionAttributeCluster class
A collection of related attributes, with metadata and metrics, in an audience composition insights report.
Constructors
-
GoogleAdsSearchads360V23ServicesAudienceCompositionAttributeCluster({List<
GoogleAdsSearchads360V23ServicesAudienceCompositionAttribute> ? attributes, String? clusterDisplayName, GoogleAdsSearchads360V23ServicesAudienceCompositionMetrics? clusterMetrics}) - GoogleAdsSearchads360V23ServicesAudienceCompositionAttributeCluster.fromJson(Map json_)
Properties
-
attributes
↔ List<
GoogleAdsSearchads360V23ServicesAudienceCompositionAttribute> ? -
The individual attributes that make up this cluster, with metadata and
metrics.
getter/setter pair
- clusterDisplayName ↔ String?
-
The name of this cluster of attributes
getter/setter pair
- clusterMetrics ↔ GoogleAdsSearchads360V23ServicesAudienceCompositionMetrics?
-
If the dimension associated with this cluster is YOUTUBE_CHANNEL, then
cluster_metrics are metrics associated with the cluster as a whole.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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