AttributionReportingTriggerRegistration class
Constructors
-
AttributionReportingTriggerRegistration({required AttributionReportingFilterPair filters, UnsignedInt64AsBase10? debugKey, required List<
AttributionReportingAggregatableDedupKey> aggregatableDedupKeys, required List<AttributionReportingEventTriggerData> eventTriggerData, required List<AttributionReportingAggregatableTriggerData> aggregatableTriggerData, required List<AttributionReportingAggregatableValueEntry> aggregatableValues, required int aggregatableFilteringIdMaxBytes, required bool debugReporting, String? aggregationCoordinatorOrigin, required AttributionReportingSourceRegistrationTimeConfig sourceRegistrationTimeConfig, String? triggerContextId, required AttributionReportingAggregatableDebugReportingConfig aggregatableDebugReportingConfig}) -
AttributionReportingTriggerRegistration.fromJson(Map<
String, dynamic> json) -
factory
Properties
- aggregatableDebugReportingConfig → AttributionReportingAggregatableDebugReportingConfig
-
final
-
aggregatableDedupKeys
→ List<
AttributionReportingAggregatableDedupKey> -
final
- aggregatableFilteringIdMaxBytes → int
-
final
-
aggregatableTriggerData
→ List<
AttributionReportingAggregatableTriggerData> -
final
-
aggregatableValues
→ List<
AttributionReportingAggregatableValueEntry> -
final
- aggregationCoordinatorOrigin → String?
-
final
- debugKey → UnsignedInt64AsBase10?
-
final
- debugReporting → bool
-
final
-
eventTriggerData
→ List<
AttributionReportingEventTriggerData> -
final
- filters → AttributionReportingFilterPair
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sourceRegistrationTimeConfig → AttributionReportingSourceRegistrationTimeConfig
-
final
- triggerContextId → String?
-
final
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