Get Group Quota Result
data class GetGroupQuotaResult(val id: String, val name: String, val properties: GroupQuotasEntityBaseResponse, val systemData: SystemDataResponse, val type: String)
Properties and filters for ShareQuota. The request parameter is optional, if there are no filters specified.
Constructors
Link copied to clipboard
constructor(id: String, name: String, properties: GroupQuotasEntityBaseResponse, systemData: SystemDataResponse, type: String)