Class ReportingApiReport
ReportingApiReport
public sealed class ReportingApiReport
- Inheritance
-
ReportingApiReport
- Inherited Members
Properties
Body
body
[JsonPropertyName("body")]
public object Body { get; set; }
Property Value
CompletedAttempts
completedAttempts
[JsonPropertyName("completedAttempts")]
public long CompletedAttempts { get; set; }
Property Value
Depth
depth
[JsonPropertyName("depth")]
public long Depth { get; set; }
Property Value
Destination
destination
[JsonPropertyName("destination")]
public string Destination { get; set; }
Property Value
Id
id
[JsonPropertyName("id")]
public string Id { get; set; }
Property Value
InitiatorUrl
initiatorUrl
[JsonPropertyName("initiatorUrl")]
public string InitiatorUrl { get; set; }
Property Value
Status
status
[JsonPropertyName("status")]
public ReportStatus Status { get; set; }
Property Value
Timestamp
timestamp
[JsonPropertyName("timestamp")]
public double Timestamp { get; set; }
Property Value
Type
type
[JsonPropertyName("type")]
public string Type { get; set; }