ApplicationCustomComponent

data class ApplicationCustomComponent(val componentName: String, val resourceList: List<String>)

The custom grouped component.

Constructors

Link copied to clipboard
constructor(componentName: String, resourceList: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the component.

Link copied to clipboard

The list of resource ARNs that belong to the component.