id property

  1. @JsonKey.new(name: 'operationId')
String? get id
inherited

Unique string used to identify the operation. The id MUST be unique among all operations described in the API.

Implementation

ExternalDocs? get externalDocs;/// Unique string used to identify the operation.
/// The id MUST be unique among all operations described in the API.
@JsonKey(name: 'operationId') String? get id;