id property
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;