deprecated property

bool? deprecated
getter/setter pair

For OpenAPI spec, this will be set if operation.deprecatedis marked as true in the spec.

Optional.

Implementation

core.bool? deprecated;