Class AttributionReportingAggregatableDebugReportingConfig
AttributionReportingAggregatableDebugReportingConfig
public sealed class AttributionReportingAggregatableDebugReportingConfig
- Inheritance
-
AttributionReportingAggregatableDebugReportingConfig
- Inherited Members
Properties
AggregationCoordinatorOrigin
aggregationCoordinatorOrigin
[JsonPropertyName("aggregationCoordinatorOrigin")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? AggregationCoordinatorOrigin { get; set; }
Property Value
Budget
number instead of integer because not all uint32 can be represented by int, only present for source registrations
[JsonPropertyName("budget")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? Budget { get; set; }
Property Value
DebugData
debugData
[JsonPropertyName("debugData")]
public AttributionReportingAggregatableDebugReportingData[] DebugData { get; set; }
Property Value
KeyPiece
keyPiece
[JsonPropertyName("keyPiece")]
public string KeyPiece { get; set; }