Komodo.Classes by Joel Christner

<PackageReference Include="Komodo.Classes" Version="1.5.0.4" />

 Permission

public class Permission
public bool AllowCreateDocument { get; set; }

public bool AllowCreateIndex { get; set; }

public bool AllowDeleteDocument { get; set; }

public bool AllowDeleteIndex { get; set; }

public bool AllowSearch { get; set; }

public string ApiKeyGUID { get; set; }

public string GUID { get; set; }

public int Id { get; set; }

public string IndexGUID { get; set; }

public string UserGUID { get; set; }

public Permission()

public Permission(string indexGuid, string userGuid, string apiKeyGuid, bool allowSearch, bool allowCreateDoc, bool allowDeleteDoc, bool allowCreateIndex, bool allowDeleteIndex)