ResourceSetDescriptionResponse

data class ResourceSetDescriptionResponse(val elements: List<String>? = null, val exceptions: List<String>? = null)

The resource set description.

Constructors

Link copied to clipboard
constructor(elements: List<String>? = null, exceptions: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val elements: List<String>? = null

The elements included in the set.

Link copied to clipboard
val exceptions: List<String>? = null

The elements that are not included in the set, in case elements contains '*' indicating 'all'.