templateFormat property

String? templateFormat
getter/setter pair

Format of the template version.

Output only. Possible string values are:

  • "TEMPLATE_FORMAT_UNSPECIFIED" : The default / unset value. The API will default to the YAML format.
  • "TEMPLATE_FORMAT_YAML" : YAML format.
  • "TEMPLATE_FORMAT_JSON" : JSON format.

Implementation

core.String? templateFormat;