description property
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;
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.
core.String? description;