Record
attachment
No description available.
record attachment {
attachment-id: option<string>,
content-length: option<s32>,
file-name: option<string>,
include-online: option<bool>,
mime-type: option<string>,
url: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| attachment-id | option<string> | |
| content-length | option<s32> | |
| file-name | option<string> | |
| include-online | option<bool> | |
| mime-type | option<string> | |
| url | option<string> |