deprecated property

bool? deprecated
getter/setter pair

Declares this operation to be deprecated.

Consumers SHOULD refrain from usage of the declared operation. Default value is false.

Implementation

bool? deprecated;