C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
StoredAPIResource_WithStatus.cs
Go to the documentation of this file.
1using System.Runtime.Serialization;
3
4namespace AnalyzeRe.APITypes
5{
12 {
14 [DataMember(Order = 98)]
16 public TaskStatus status { get; set; }
17
19 [DataMember(Order = 99)]
21 public string status_message { get; set; }
22 }
23}
Describes a collection of resources which can be listed.
Base class for a StoredAPIResource that has a "status" property and corresponding "status_message" wh...
string status_message
Status message of the data file associated with this resource.
TaskStatus status
Status of the data file associated with this resource.
Base class used by all persistent resources.
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 ...
TaskStatus
The status of a data upload which may be in progress.
Definition TaskStatus.cs:9