Class AttributionReportingVerboseDebugReportSentEventArgs
AttributionReportingVerboseDebugReportSent
public sealed class AttributionReportingVerboseDebugReportSentEventArgs : EventArgs
- Inheritance
-
AttributionReportingVerboseDebugReportSentEventArgs
- Inherited Members
Properties
Body
Gets or sets the body
[JsonPropertyName("body")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public object[]? Body { get; set; }
Property Value
- object[]
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
Url
Gets or sets the url
[JsonPropertyName("url")]
public string Url { get; set; }