operationId property

  1. @Deprecated('Not supported. Member documentation may have more information.')
String? operationId
getter/setter pair

The server-assigned name of the operation.

This field has been deprecated and replaced by the name field.

Deprecated.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.String? operationId;