produces property

List<String>? get produces
inherited

A list of MIME types the operation can produce (OpenAPI 2.0).

Implementation

List<String>? get consumes;/// A list of MIME types the operation can produce (OpenAPI 2.0).
List<String>? get produces;