Class PhotoResult
- Namespace
- KartaViewSharp.V2.Response.Resources.Photo
- Assembly
- KartaViewSharp.dll
public sealed class PhotoResult
- Inheritance
-
PhotoResult
- Inherited Members
Constructors
PhotoResult()
public PhotoResult()
Properties
Data
[JsonPropertyName("data")]
public PhotoData[] Data { get; set; }
Property Value
HasMoreData
In case there is more data to retrieve (records count <= itemsPerPage), the property will return true.
[JsonPropertyName("hasMoreData")]
public bool HasMoreData { get; set; }