blob: 09e08fce64639d668084c1f455e6975d5e3c345e [file] [log] [blame]
{{~#if isOptional~}} optional {{/if~}}
{{~#if isNullable~}} nullable {{/if~}}
{{~#if isFabricSensitive~}} fabric_sensitive {{/if~}}
{{type}}
{{~#unless isArray~}}
{{~#if (isString type)~}}
{{~#if maxLength~}}
<{{maxLength}}>
{{~/if~}}
{{~/if}}
{{~/unless}} {{asLowerCamelCase label~}}
{{~#if isArray~}}
[]
{{~/if}} = {{fieldIdentifier}};