GroupingIdResponse

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

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

Constructors

Link copied to clipboard
constructor(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.

Link copied to clipboard
val value: String? = null

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