RestRequestDocumentationAttribute
is defined in the Telligent.Evolution.Extensibility.Rest.Infrastructure.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class RestRequestDocumentationAttribute { Object Default { get; set; } string Description { get; set; } RestParameterLocation Location { get; set; } string Name { get; set; } string[] Options { get; set; } RestRequired Required { get; set; } Type Type { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
Default | Object | |||
Description | string | |||
Location | RestParameterLocation | |||
Name | string | |||
Options | string[] | |||
Required | RestRequired | |||
Type | Type |