AssetEgressEndpoint

data class AssetEgressEndpoint(val packagingConfigurationId: String, val url: String)

The endpoint URL used to access an Asset using one PackagingConfiguration.

Constructors

Link copied to clipboard
constructor(packagingConfigurationId: String, url: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the PackagingConfiguration being applied to the Asset.

Link copied to clipboard
val url: String

The URL of the parent manifest for the repackaged Asset.