All Downloads are FREE. Search and download functionalities are using the official Maven repository.

kotlin-server.data_class_req_var.mustache Maven / Gradle / Ivy

The newest version!
{{#description}}
    /* {{{.}}} */
{{/description}}
    {{! Note that required properties may be nullable according to the OpenAPI specification. }}
    {{>modelMutable}} {{{name}}}: {{#isEnum}}{{{classname}}}.{{{nameInPascalCase}}}{{/isEnum}}{{^isEnum}}{{{dataType}}}{{/isEnum}}{{#isNullable}}?{{/isNullable}}{{#defaultValue}} = {{^isNumber}}{{{defaultValue}}}{{/isNumber}}{{#isNumber}}{{{dataType}}}("{{{defaultValue}}}"){{/isNumber}}{{/defaultValue}}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy