IRestResponse
is defined in the Telligent.Evolution.Extensibility.Rest.Version2
namespace of Telligent.Evolution.Platform.dll
Definition
interface IRestResponse { Object Data { get; } string[] Errors { get; } string Name { get; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
Data | Object | |||
Errors | string[] | |||
Name | string |