# mailslurp.model.DownloadAttachmentDto
# Load the model package
import 'package:mailslurp/api.dart';
# Properties
Name | Type | Description | Notes |
---|---|---|---|
base64FileContents | String | Base64 encoded string of attachment bytes. Decode the base64 string to get the raw file bytes | [optional] [default to null] |
contentType | String | Content type of attachment | [optional] [default to null] |
sizeBytes | int | Size in bytes of attachment | [optional] [default to null] |