operationId property

String? get operationId
inherited

The name of an existing, resolvable OAS operation, as defined with a unique operationId. This field is mutually exclusive with the operationRef field.

Implementation

String? get operationRef;/// The name of an existing, resolvable OAS operation, as defined with
/// a unique operationId. This field is mutually exclusive with the
/// [operationRef] field.
String? get operationId;