Class AttributionReportingReportSentEventArgs
AttributionReportingReportSent
public sealed class AttributionReportingReportSentEventArgs : EventArgs
- Inheritance
-
AttributionReportingReportSentEventArgs
- Inherited Members
Properties
Body
Gets or sets the body
[JsonPropertyName("body")]
public object Body { get; set; }
Property Value
HttpStatusCode
Gets or sets the httpStatusCode
[JsonPropertyName("httpStatusCode")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? HttpStatusCode { get; set; }
Property Value
- long?
NetError
Gets or sets the netError
[JsonPropertyName("netError")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? NetError { get; set; }
Property Value
- long?
NetErrorName
Gets or sets the netErrorName
[JsonPropertyName("netErrorName")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? NetErrorName { get; set; }
Property Value
Result
Gets or sets the result
[JsonPropertyName("result")]
public AttributionReportingReportResult Result { get; set; }
Property Value
Url
Gets or sets the url
[JsonPropertyName("url")]
public string Url { get; set; }