disabled property

bool? disabled
getter/setter pair

Disabled boolean to determine if a TemplateVersion acts as a metadata only resource (payload is never returned if disabled is true).

Optional.

Implementation

core.bool? disabled;