Class ReportingApiReport
An object representing a report generated by the Reporting API.
public sealed class ReportingApiReport
- Inheritance
-
ReportingApiReport
- Inherited Members
Properties
Body
body
[JsonPropertyName("body")]
public object Body { get; set; }
Property Value
CompletedAttempts
The number of delivery attempts made so far, not including an active attempt.
[JsonPropertyName("completedAttempts")]
public long CompletedAttempts { get; set; }
Property Value
Depth
How many uploads deep the related request was.
[JsonPropertyName("depth")]
public long Depth { get; set; }
Property Value
Destination
The name of the endpoint group that should be used to deliver the report.
[JsonPropertyName("destination")]
public string Destination { get; set; }
Property Value
Id
id
[JsonPropertyName("id")]
public string Id { get; set; }
Property Value
InitiatorUrl
The URL of the document that triggered the report.
[JsonPropertyName("initiatorUrl")]
public string InitiatorUrl { get; set; }
Property Value
Status
status
[JsonPropertyName("status")]
public ReportStatus Status { get; set; }
Property Value
Timestamp
When the report was generated.
[JsonPropertyName("timestamp")]
public double Timestamp { get; set; }
Property Value
Type
The type of the report (specifies the set of data that is contained in the report body).
[JsonPropertyName("type")]
public string Type { get; set; }