GenericAsset

Description

Package: com.ibm.rpm.asset.container

Extends: RPMObject

Usage

Represents either an Asset or an AssetFolder.

GenericAsset is a common parent of both Assets and AssetFolders. It should be instantiated, only returned as children of an Asset/AssetFolder.

Supported API Calls

Security Restrictions

N/A

Fields

The following table lists the fields for this object.

Table 1. GenericAsset Field Description
Field Detail
assets

Type: GenericAsset[]

Default value: An empty array.

Description: The child GenericAssets of an GenericAsset.

Field validation description: N/A

Additional field security restrictions: N/A

name

Type: string

Default value: N/A

Description: The name of the asset.

Field validation description: Limit 50 characters.

Additional field security restrictions: N/A

Inherited Fields

Click on object for list of inherited fields:

From RPMObject

Related Objects

N/A