GroupingIdResponse

data class GroupingIdResponse(val groupingIdType: String? = null, val value: String? = null)

The grouping Id for the group quota. It can be management Group Id or ServiceTreeId if applicable.

Constructors

Link copied to clipboard
fun GroupingIdResponse(groupingIdType: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val groupingIdType: String? = null

GroupingId type. It is a required property. More types of groupIds can be supported in future. MGID is already in the URI, so it's not needed.'

Link copied to clipboard
val value: String? = null

GroupId value based on the groupingType selected - management Group Id or ServiceTreeId.