DownloadAttachmentDto
Properties
Name | Type | Description | Notes |
Base64FileContents | String | Base64 encoded string of attachment bytes. Decode the base64 encoded string to get the raw contents. If the file has a content type such as text/html you can read the contents directly by converting it to string using utf-8 encoding. | |
ContentType | String | Content type of attachment. Examples are image/png , application/msword , text/csv etc. | |
SizeBytes | Int64 | Size in bytes of attachment content | |
Examples
$DownloadAttachmentDto = Initialize-maislurp-client-powershellDownloadAttachmentDto -Base64FileContents null `
-ContentType null `
-SizeBytes null
- Convert the resource to JSON
$DownloadAttachmentDto | ConvertTo-JSON
[Back to Model list] [Back to API list] [Back to ]