RestEndpointDocumentation
is defined in the Telligent.Evolution.Extensibility.Rest.Version2
namespace of Telligent.Evolution.Platform.dll
Definition
class RestEndpointDocumentation { RestEndpointDocumentationAttribute EndpointDocumentation { get; set; } ObsoleteAttribute Obsolete { get; set; } IList<RestRequestDocumentationAttribute> RequestDocumentation { get; set; } RestResponseDocumentationAttribute ResponseDocumentation { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
EndpointDocumentation | RestEndpointDocumentationAttribute | |||
Obsolete | ObsoleteAttribute | |||
RequestDocumentation | IList<RestRequestDocumentationAttribute> | |||
ResponseDocumentation | RestResponseDocumentationAttribute |