次の方法で共有


ProgramBriefAttachment interface

プログラムの概要の添付ファイル

プロパティ

fileContentBase64

Base 64 でエンコードされた文字列としてコンテンツをファイルする

fileName

添付されているファイルの名前 (例: 'myFile01' )

fileSizeInBytes

ファイル サイズ (バイト単位)。

fileType

添付されているファイルの種類 (例: 'pdf'、'jpg'、'png' など)

id

プログラムの簡単な添付ファイル ID。

type

添付ファイルの目的を説明する添付ファイルの種類 (例: 'callToAction'、'termsOfService' )

プロパティの詳細

fileContentBase64

Base 64 でエンコードされた文字列としてコンテンツをファイルする

fileContentBase64: string

プロパティ値

string

fileName

添付されているファイルの名前 (例: 'myFile01' )

fileName: string

プロパティ値

string

fileSizeInBytes

ファイル サイズ (バイト単位)。

fileSizeInBytes?: number

プロパティ値

number

fileType

添付されているファイルの種類 (例: 'pdf'、'jpg'、'png' など)

fileType: FileType

プロパティ値

id

プログラムの簡単な添付ファイル ID。

id: string

プロパティ値

string

type

添付ファイルの目的を説明する添付ファイルの種類 (例: 'callToAction'、'termsOfService' )

type: AttachmentType

プロパティ値