Name | Type | Description | Notes |
---|---|---|---|
name | kotlin.String | A name used by the caller of the API to describe the Attachment; does not have to be unique; should not be relied upon to uniquely identify the Attachment; defaults to the empty string ("") | [optional] |
contentType | kotlin.String | The media type (a.k.a. MIME type) of the content; defaults to 'application/x-binary' | [optional] |
content | kotlin.String | The representation of the Attachment in standard base64 encoding without padding (see RFC-4648) |