GetGroupQuotaSubscriptionPlainArgs

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

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(): GetGroupQuotaSubscriptionPlainArgs