format property
Specifies the format of a Template.
Optional. 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? format;