Listformdefinitionsbytenantresponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Count | Int64 | Count number of results. | [optional] |
| Results | []Formdefinitionresponse | List of FormDefinitionResponse items. | [optional] |
Examples
- Prepare the resource
$Listformdefinitionsbytenantresponse = Initialize-Listformdefinitionsbytenantresponse -Count 1 `
-Results null
- Convert the resource to JSON
$Listformdefinitionsbytenantresponse | ConvertTo-JSON