deprecated property

bool? deprecated
getter/setter pair

If true, the attribute is deprecated and should no longer be used.

If deprecated, updating this attribute will not result in an error, but updates will not be saved. At some point after being deprecated, the attribute will be removed entirely and it will become an error.

Implementation

core.bool? deprecated;