OperationCode Properties |
The OperationCode type exposes the following members.
Name | Description | |
---|---|---|
![]() | Description |
Gets the description of the current operation
|
![]() | Method |
Gets or sets the Http method used for the current operation
|
![]() | OperationId |
Gets the operation identifier.
|
![]() | Path |
Gets the Path of the operation that is specified in OpenAPI Specification.
|
![]() | RequestClass |
Gets the source code that represents the class of request object.
|
![]() | RequestMetadata |
Gets or sets the code block of a HttpRequestMetadata object generated from OpenAPI Specification
|
![]() | ResponseClass |
Gets the source code that represents all possible response object.
|
![]() | ResponseMetadata |
Gets or sets the code block of a HttpResponseMetadata object generated from OpenAPI Specification
|
![]() | Tags |
Gets the tags of the OpenAPI operation
|
![]() | TagsString |
Gets the tags as string array representation.
|