Added some Zone features

This commit is contained in:
2024-10-24 17:12:14 +02:00
parent 83620cb450
commit c6eb6ba05e
49 changed files with 3595 additions and 34 deletions

View File

@@ -11,7 +11,7 @@ namespace AMWD.Net.Api.Cloudflare
/// Information about the result of the request.
/// </summary>
[JsonProperty("result_info")]
public ResultInfo ResultInfo { get; set; }
public PaginationInfo ResultInfo { get; set; }
/// <summary>
/// Whether the API call was successful.

View File

@@ -1,9 +1,9 @@
namespace AMWD.Net.Api.Cloudflare
{
/// <summary>
/// Cloudflare Result Information.
/// Cloudflare pagination information.
/// </summary>
public class ResultInfo
public class PaginationInfo
{
/// <summary>
/// Total number of results for the requested service.