EventDimensions class

Specifies the dimensions for an event filter that determines when a campaign is sent or a journey activity is performed.

Constructors

EventDimensions({Map<String, AttributeDimension>? attributes, SetDimension? eventType, Map<String, MetricDimension>? metrics})
EventDimensions.fromJson(Map<String, dynamic> json)
factory

Properties

attributes Map<String, AttributeDimension>?
One or more custom attributes that your application reports to Amazon Pinpoint. You can use these attributes as selection criteria when you create an event filter.
final
eventType SetDimension?
The name of the event that causes the campaign to be sent or the journey activity to be performed. This can be a standard event that Amazon Pinpoint generates, such as _email.delivered. For campaigns, this can also be a custom event that's specific to your application. For information about standard events, see Streaming Amazon Pinpoint Events in the Amazon Pinpoint Developer Guide.
final
hashCode int
The hash code for this object.
no setterinherited
metrics Map<String, MetricDimension>?
One or more custom metrics that your application reports to Amazon Pinpoint. You can use these metrics as selection criteria when you create an event filter.
final
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