This class represents an asset stored in Adobe internal storage.

Implements

Constructors

Properties

Accessors

Constructors

  • Construct an instance of CloudAsset.

    Parameters

    • assetId: string

      assetId of the asset.

    • Optional downloadURI: string

      downloadURI of the asset.

    Returns CloudAsset

Properties

_assetId: string
_downloadURI?: string

Accessors

  • get assetId(): string
  • Returns the assetId of the asset.

    Returns string

    assetId of the asset.

  • get downloadURI(): undefined | string
  • Returns the downloadURI of the asset.

    Returns undefined | string

    downloadURI of the asset.

Generated using TypeDoc