Skip to main content

CreateFormDefinitionFileRequestV1Request

Properties

NameTypeDescriptionNotes
FileSystem.IO.FileInfoFile specifying the multipart[required]

Examples

  • Prepare the resource
$CreateFormDefinitionFileRequestV1Request = Initialize-CreateFormDefinitionFileRequestV1Request  -File null
  • Convert the resource to JSON
$CreateFormDefinitionFileRequestV1Request | ConvertTo-JSON

[Back to top]