TargetDescription interface
目標的相關信息。 目標是可以處理特定作業類型的元件。
屬性
| accepted |
此目標所接受的內容編碼清單。 |
| accepted |
此目標所接受的數據格式清單。 |
| description | 此目標的描述。 |
| id | 唯一目標標識碼。 |
| name | 此目標的顯示名稱。 |
屬性詳細資料
acceptedContentEncodings
此目標所接受的內容編碼清單。
acceptedContentEncodings?: string[]
屬性值
string[]
acceptedDataFormats
此目標所接受的數據格式清單。
acceptedDataFormats?: string[]
屬性值
string[]
description
此目標的描述。
description?: string
屬性值
string
id
唯一目標標識碼。
id?: string
屬性值
string
name
此目標的顯示名稱。
name?: string
屬性值
string