ProgramBriefAttachment interface
A File Attachment for a Program Brief
Properties
| file |
File content as base 64 encoded string |
| file |
The name of the file being attached e.g. 'myFile01' |
| file |
File size in bytes. |
| file |
The type of file being attached e.g. 'pdf', 'jpg', 'png' |
| id | Program Brief Attachment Id. |
| type | Attachment type describing the purpose of the attachment e.g. 'callToAction', 'termsOfService' |
Property Details
fileContentBase64
File content as base 64 encoded string
fileContentBase64: string
Property Value
string
fileName
The name of the file being attached e.g. 'myFile01'
fileName: string
Property Value
string
fileSizeInBytes
File size in bytes.
fileSizeInBytes?: number
Property Value
number
fileType
id
Program Brief Attachment Id.
id: string
Property Value
string
type
Attachment type describing the purpose of the attachment e.g. 'callToAction', 'termsOfService'
type: AttachmentType