GetGroupQuotaPlainArgs

data class GetGroupQuotaPlainArgs(val groupQuotaName: String, val managementGroupId: String) : ConvertibleToJava<GetGroupQuotaPlainArgs>

Constructors

Link copied to clipboard
constructor(groupQuotaName: String, managementGroupId: String)

Properties

Link copied to clipboard

The GroupQuota name. The name should be unique for the provided context tenantId/MgId.

Link copied to clipboard

Management Group Id.

Functions

Link copied to clipboard
open override fun toJava(): GetGroupQuotaPlainArgs