ValidatedSolutionRecipeComponentPayload interface
表示与已验证解决方案配方中可用组件相关的有效载荷。
属性
| file |
表示与有效载荷关联的文件名称。 |
| hash | 表示载荷的加密哈希,确保数据完整性。 |
| identifier | 表示用于查询URL的有效载荷的唯一标识符。 |
| url | 表示可下载有效载荷的URL。 |
属性详细信息
fileName
表示与有效载荷关联的文件名称。
fileName: string
属性值
string
hash
表示载荷的加密哈希,确保数据完整性。
hash: string
属性值
string
identifier
表示用于查询URL的有效载荷的唯一标识符。
identifier: string
属性值
string
url
表示可下载有效载荷的URL。
url: string
属性值
string