ImportFormDefinitionsV1RequestInner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Object | Formdefinitionresponse | [optional] | |
| Self | String | [optional] | |
| Version | Int32 | [optional] |
Examples
- Prepare the resource
$ImportFormDefinitionsV1RequestInner = Initialize-ImportFormDefinitionsV1RequestInner -Object null `
-Self null `
-Version null
- Convert the resource to JSON
$ImportFormDefinitionsV1RequestInner | ConvertTo-JSON