Get Application Group Result
data class GetApplicationGroupResult(val clientAppGroupIdentifier: String, val id: String, val isEnabled: Boolean? = null, val location: String, val name: String, val policies: List<ThrottlingPolicyResponse>? = null, val systemData: SystemDataResponse, val type: String)
The Application Group object
Constructors
Link copied to clipboard
fun GetApplicationGroupResult(clientAppGroupIdentifier: String, id: String, isEnabled: Boolean? = null, location: String, name: String, policies: List<ThrottlingPolicyResponse>? = null, systemData: SystemDataResponse, type: String)