Class MyListResponse
- Namespace
- KartaViewSharp.V1.Response.Resources.MyList
- Assembly
- KartaViewSharp.dll
public sealed class MyListResponse
- Inheritance
-
MyListResponse
- Inherited Members
-
Constructors
MyListResponse()
Properties
CurrentPageItems
[JsonPropertyName("currentPageItems")]
public CurrentPageItem[] CurrentPageItems { get; set; }
Property Value
- CurrentPageItem[]
Status
[JsonPropertyName("status")]
public ResponseStatus Status { get; set; }
Property Value
- ResponseStatus
TotalFilteredItems
[JsonPropertyName("totalFilteredItems")]
public string[] TotalFilteredItems { get; set; }
Property Value
- string[]
TracksStatus
[JsonPropertyName("tracksStatus")]
public TracksStatus TracksStatus { get; set; }
Property Value
- TracksStatus