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
type
添付ファイルの目的を説明する添付ファイルの種類 (例: 'callToAction'、'termsOfService' )
type: AttachmentType