ApplicationContainer

data class ApplicationContainer(val id: String, val name: String) : ReportingData

Represents reporting data payload related to application container.

Constructors

Link copied to clipboard
constructor(id: String, name: String)

Properties

Link copied to clipboard
open override val data: MutableMap<String, Any>

The data payload container.

Link copied to clipboard
val id: String

The unique identifier of the carousel where the content or link to the collection is located.

Link copied to clipboard

The name of the carousel where the content or link to the collection is located.