AssetMetadata interface
Asset metadata model.
Properties
| description | The description of the asset. |
| key | The key of the asset. |
| roles | The roles of the asset. |
| title | The title of the asset. |
| type | The type of the asset. |
Property Details
description
The description of the asset.
description: string
Property Value
string
key
The key of the asset.
key: string
Property Value
string
roles
The roles of the asset.
roles: string[]
Property Value
string[]
title
The title of the asset.
title: string
Property Value
string
type
The type of the asset.
type: string
Property Value
string