description property

String? description
getter/setter pair

Description of the operation behavior.

For OpenAPI spec, this will map to operation.description in the spec, in case description is empty, operation.summary will be used.

Optional.

Implementation

core.String? description;