Class AttributionReportingTriggerRegisteredEventArgs
AttributionReportingTriggerRegistered
public sealed class AttributionReportingTriggerRegisteredEventArgs : EventArgs
- Inheritance
-
AttributionReportingTriggerRegisteredEventArgs
- Inherited Members
Properties
Aggregatable
Gets or sets the aggregatable
[JsonPropertyName("aggregatable")]
public AttributionReportingAggregatableResult Aggregatable { get; set; }
Property Value
EventLevel
Gets or sets the eventLevel
[JsonPropertyName("eventLevel")]
public AttributionReportingEventLevelResult EventLevel { get; set; }
Property Value
Registration
Gets or sets the registration
[JsonPropertyName("registration")]
public AttributionReportingTriggerRegistration Registration { get; set; }