C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
IStoredAPIResource_WithStatus.cs
Go to the documentation of this file.
1using System.Runtime.Serialization;
3
4namespace AnalyzeRe.APITypes
5{
12 {
14 [DataMember(Order = 98)]
16 TaskStatus status { get; set; }
17
19 [DataMember(Order = 99)]
21 string status_message { get; set; }
22 }
23}
Describes a collection of resources which can be listed.
Specifies that a property is generated by the server and should not be specified on the client side d...
Describes an APIResource class that has a "status" property and corresponding "status_message" which ...
string status_message
Resource validation status message (if any).
TaskStatus status
Validation status of this resource.
Interface for Base class used by all stored resources.
TaskStatus
The status of a data upload which may be in progress.
Definition TaskStatus.cs:9