AdlsDotNetSDK/Serialization/TrashStatusResult.cs (9 lines of code) (raw):
using Newtonsoft.Json;
namespace Microsoft.Azure.DataLake.Store.Serialization
{
internal class TrashStatusResult
{
[JsonProperty(PropertyName = "trashDir")]
internal TrashStatus TrashStatusRes{ get; private set; }
}
}