Skip to main content

ImportFormDefinitionsV1RequestInner

Properties

NameTypeDescriptionNotes
ObjectFormdefinitionresponse[optional]
SelfString[optional]
VersionInt32[optional]

Examples

  • Prepare the resource
$ImportFormDefinitionsV1RequestInner = Initialize-ImportFormDefinitionsV1RequestInner  -Object null `
-Self null `
-Version null
  • Convert the resource to JSON
$ImportFormDefinitionsV1RequestInner | ConvertTo-JSON

[Back to top]