Rank is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1 namespace of Telligent.Evolution.Platform.dll
Rank
Telligent.Evolution.Extensibility.Api.Entities.Version1
class Rank { int? Id { get; set; } string ImageUrl { get; set; } string Name { get; set; } int RangeMaximum { get; set; } int RangeMinimum { get; set; } }
int?
string
int