Click or drag to resize

SwaggerPathDefinitionResponses Property

Gets or sets the responses

Namespace: SanteDB.Messaging.Metadata.Model.Swagger
Assembly: SanteDB.Messaging.Metadata (in SanteDB.Messaging.Metadata.dll) Version: 3.0.2081-alpha+461b650bfeb6e1336d298dbd35bcdcdab4eba501
Syntax
public Dictionary<int, SwaggerSchemaElement> Responses { get; set; }

Property Value

DictionaryInt32, SwaggerSchemaElement
See Also