Added timing information to CloudflareResponse
This commit is contained in:
@@ -28,5 +28,11 @@
|
||||
/// </summary>
|
||||
[JsonProperty("total_count")]
|
||||
public int TotalCount { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Total number of pages of results.
|
||||
/// </summary>
|
||||
[JsonProperty("total_pages")]
|
||||
public int TotalPages { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user