ResourceData

data class ResourceData(val baseResourceId: String, val baseResourceType: ResourceType, val computedValuesMap: Map<String, Any>, val listResourceDataMap: Map<String, List<ResourceData>>? = null)

Represent the resource types that are used on a Register.

Constructors

Link copied to clipboard
constructor(baseResourceId: String, baseResourceType: ResourceType, computedValuesMap: Map<String, Any>, listResourceDataMap: Map<String, List<ResourceData>>? = null)

Properties

Link copied to clipboard

is the unique identifier for the main resource in the register

Link copied to clipboard
val baseResourceType: ResourceType

is the ResourceType for the main resource

Link copied to clipboard

contains data extracted from the resources to be used on the UI

Link copied to clipboard