NSX-T Data Center REST API

EffectiveMemberTypeListResult (type)

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