Class APIInfo
Represents the returned API Info data from the Hudu API endpoint api/v1/api_info
Inheritance
System.Object
APIInfo
Implements
Namespace: HuduAPI.Records
Assembly: HuduAPI.dll
Syntax
public class APIInfo : IRecord
Properties
Date
Declaration
[JsonProperty("date")]
public string Date { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Version
Declaration
[JsonProperty("version")]
public string Version { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |