Optionaldata: IUpdateTemplateRequestOptionalclearSet to true to clear the template's existing color. Mutually exclusive with Color.
OptionalcolorThe new color for the template. Omit to leave unchanged.
OptionaldescriptionThe description of the template.
OptionalisWhether the template is eligible for automatic assignment by Cloud auto-classification.
OptionalnameThe new name of the template. Must be unique within the repository.
Optional_data: anyOptionaldata: anyStaticfromJS
Request body for partial-update of an existing template definition. Every property is optional. null = leave the property unchanged. Empty string ("") on a string property = clear the value. To clear an existing color, set ClearColor to true and leave Color null. Supplying both Color and ClearColor=true is rejected with 400.