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

powershell-experimental.model_doc.mustache Maven / Gradle / Ivy

There is a newer version: 7.10.0
Show newest version
{{#models}}
{{#model}}
# {{{classname}}}
## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
{{#vars}}**{{name}}** | {{#isPrimitiveType}}**{{dataType}}**{{/isPrimitiveType}}{{^isPrimitiveType}}[**{{dataType}}**]({{complexType}}.md){{/isPrimitiveType}} | {{description}} | {{^required}}[optional] {{/required}}{{#isReadOnly}}[readonly] {{/isReadOnly}}{{#defaultValue}}[default to {{{.}}}]{{/defaultValue}}
{{/vars}}

## Examples

- Create a new object
```powershell
New-{{{packageName}}}{{{classname}}} {{#vars}} -{{name}} {{example}}{{#hasMore}} `
        {{/hasMore}}
{{/vars}}

```

- Convert the object to JSON
```powershell
${{className}} | Convert-ToJSON
```


[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

{{/model}}
{{/models}}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy