ReportConfigGroupPreferenceSetAssignmentResponse

data class ReportConfigGroupPreferenceSetAssignmentResponse(val group: String, val preferenceSet: String)

Represents a combination of a group with a preference set.

Constructors

constructor(group: String, preferenceSet: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the group.

Link copied to clipboard

Name of the Preference Set.