OutputResourceGroup
data class OutputResourceGroup(val name: String, val resources: Set<OutputResource>) : OutputResource
Represents an OutputResource that contains other resources (and does not provide content of its own). When visited by a FileResourceExporter, this resource is exported to a directory.
Parameters
name
name of the resource (without file extensions)
resources
sub-resources this group contains