2020-04-01 11:21:11 +08:00

674 B

InlineObject1

Properties

Name Type Description Notes
AdditionalMetadata String Additional data to pass to server [optional] [default to null]
File System.IO.FileInfo file to upload [optional] [default to null]

Examples

  • Prepare the resource
Initialize-PSPetstoreInlineObject1  -AdditionalMetadata null `
 -File null
  • Convert the resource to JSON
$ | Convert-ToJSON

[Back to Model list] [Back to API list] [Back to README]