AttachmentEntity
Properties
Name | Type | Description | Notes |
Id | String | | [optional] |
AttachmentId | String | | |
Bucket | String | | [optional] |
UserId | String | | |
ContentType | String | | [optional] |
ContentLength | Int64 | | [optional] |
Name | String | | [optional] |
CreatedAt | System.DateTime | | |
UpdatedAt | System.DateTime | | |
Examples
$AttachmentEntity = Initialize-maislurp-client-powershellAttachmentEntity -Id null `
-AttachmentId null `
-Bucket null `
-UserId null `
-ContentType null `
-ContentLength null `
-Name null `
-CreatedAt null `
-UpdatedAt null
- Convert the resource to JSON
$AttachmentEntity | ConvertTo-JSON
[Back to Model list] [Back to API list] [Back to ]