operationName property
A human-friendly operation identifier for the method. For example, you can
assign the operationName
of ListPets
for the
GET /pets
method in the PetStore
example.
Implementation
final String? operationName;
A human-friendly operation identifier for the method. For example, you can
assign the operationName
of ListPets
for the
GET /pets
method in the PetStore
example.
final String? operationName;