ApiDefinition is defined in the Telligent.Evolution.Extensibility.Api.Entities namespace of Telligent.Evolution.Platform.dll
ApiDefinition
Telligent.Evolution.Extensibility.Api.Entities
class ApiDefinition { string Name { get; set; } Type Type { get; set; } int? Version { get; set; } }
string
Type
int?