IRestResponse is defined in the Telligent.Evolution.Extensibility.Rest.Version2 namespace of Telligent.Evolution.Platform.dll
IRestResponse
Telligent.Evolution.Extensibility.Rest.Version2
interface IRestResponse { Object Data { get; } string[] Errors { get; } string Name { get; } }
Object
string[]
string