GroupMemberTypeListResult (type)

{
  "additionalProperties": false, 
  "id": "GroupMemberTypeListResult", 
  "module_id": "Policy", 
  "properties": {
    "result_count": {
      "readonly": true, 
      "required": true, 
      "title": "Count of the member types in the results array", 
      "type": "integer"
    }, 
    "results": {
      "items": {
        "$ref": "GroupMemberType
      }, 
      "required": true, 
      "title": "Collection of member types for the given Group", 
      "type": "array"
    }
  }, 
  "type": "object"
}