operationId property

String? get operationId
inherited

The name of an existing, resolvable OAS operation, as defined with a unique operationId.

Implementation

@JsonKey(name: '\$ref')@_LinkRefConverter() String? get ref;/// The name of an existing, resolvable OAS operation,
/// as defined with a unique operationId.
 String? get operationId;