ImportFormDefinitionsV1202Response
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Errors | []ImportFormDefinitionsV1202ResponseErrorsInner | [optional] | |
| ImportedObjects | []ImportFormDefinitionsV1RequestInner | [optional] | |
| Infos | []ImportFormDefinitionsV1202ResponseErrorsInner | [optional] | |
| Warnings | []ImportFormDefinitionsV1202ResponseErrorsInner | [optional] |
Examples
- Prepare the resource
$ImportFormDefinitionsV1202Response = Initialize-ImportFormDefinitionsV1202Response -Errors null `
-ImportedObjects null `
-Infos null `
-Warnings null
- Convert the resource to JSON
$ImportFormDefinitionsV1202Response | ConvertTo-JSON