Skip to main content

ImportFormDefinitionsV1202ResponseErrorsInner

Properties

NameTypeDescriptionNotes
Detailmap[string]SystemCollectionsHashtable[optional]
KeyString[optional]
TextString[optional]

Examples

  • Prepare the resource
$ImportFormDefinitionsV1202ResponseErrorsInner = Initialize-ImportFormDefinitionsV1202ResponseErrorsInner  -Detail null `
-Key null `
-Text null
  • Convert the resource to JSON
$ImportFormDefinitionsV1202ResponseErrorsInner | ConvertTo-JSON

[Back to top]