ProgramBriefAttachment interface
程序简报的文件附件
属性
| file |
将文件内容作为 base 64 编码字符串 |
| file |
要附加的文件的名称,例如“myFile01” |
| file |
文件大小(以字节为单位)。 |
| file |
要附加的文件类型,例如“pdf”、“jpg”、“png” |
| id | 程序简短附件 ID。 |
| type | 描述附件用途的附件类型,例如“callToAction”、“termsOfService” |
属性详细信息
fileContentBase64
将文件内容作为 base 64 编码字符串
fileContentBase64: string
属性值
string
fileName
要附加的文件的名称,例如“myFile01”
fileName: string
属性值
string
fileSizeInBytes
文件大小(以字节为单位)。
fileSizeInBytes?: number
属性值
number
fileType
id
程序简短附件 ID。
id: string
属性值
string