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-V2025ListFormDefinitionsByTenantResponse  -Count 1 `
 -Results null
- Convert the resource to JSON
$ListFormDefinitionsByTenantResponse | ConvertTo-JSON