AssetItem interface 
Information about an asset associated with the web service.
Properties
| id | Asset's Id. | 
| input | Information about the asset's input ports. | 
| location | Access information for the asset. | 
| metadata | If the asset is a custom module, this holds the module's metadata. | 
| name | Asset's friendly name. | 
| output | Information about the asset's output ports. | 
| parameters | If the asset is a custom module, this holds the module's parameters. | 
| type | Asset's type. | 
Property Details
id
Asset's Id.
id?: stringProperty Value
string
		inputPorts
	 
	Information about the asset's input ports.
inputPorts?: {[propertyName: string]: InputPort}Property Value
{[propertyName: string]: InputPort}
		locationInfo
	 
	
metadata
If the asset is a custom module, this holds the module's metadata.
metadata?: {[propertyName: string]: string}Property Value
{[propertyName: string]: string}
name
Asset's friendly name.
name: stringProperty Value
string
		outputPorts
	 
	Information about the asset's output ports.
outputPorts?: {[propertyName: string]: OutputPort}Property Value
{[propertyName: string]: OutputPort}
parameters
If the asset is a custom module, this holds the module's parameters.
parameters?: ModuleAssetParameter[]Property Value
type
Asset's type.
type: stringProperty Value
string