Skip to main content

ExportFormDefinitionsByTenantV1200ResponseInner

Properties

NameTypeDescriptionNotes
ObjectFormdefinitionresponse[optional]
SelfExportFormDefinitionsByTenantV1200ResponseInnerSelf[optional]
VersionInt32[optional]

Examples

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

[Back to top]