Interface AssetsApiAssetsRetrieveRequest

Request parameters for assetsRetrieve operation in AssetsApi.

AssetsApiAssetsRetrieveRequest

interface AssetsApiAssetsRetrieveRequest {
    uuid: string;
}

Properties

Properties

uuid: string

A UUID string identifying this asset.

AssetsApiAssetsRetrieve