AttachmentMetaData
Properties
Name | Type | Description | Notes |
Name | String | Name of attachment if given | |
ContentType | String | Content type of attachment such as image/png | |
ContentLength | Int64 | Size of attachment in bytes | |
Id | String | ID of attachment. Can be used to with attachment controller endpoints to download attachment or with sending methods to attach to an email. | |
Examples
$AttachmentMetaData = Initialize-maislurp-client-powershellAttachmentMetaData -Name null `
-ContentType null `
-ContentLength null `
-Id null
- Convert the resource to JSON
$AttachmentMetaData | ConvertTo-JSON
[Back to Model list] [Back to API list] [Back to ]