Name: ServiceGroupMemberList

Container of entity IDs representing service group members, and the following operations to be performed on the entity IDs. - add entities to the service group - remove entities from the service group Typically, the object is used as the pay load of PUT or POST API requests to modify the membership of service groups.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.svg.ServiceGroupMemberList",
   "operation": <String>,
   "members": [ServiceGroupMember],
   "operationEnum": 'ADD' | 'REMOVE' | 'FAILED_TO_ADD' | 'FAILED_TO_DELETE',
}

Elements
NameTypeDescription
member (wrapped by members)xsd:list[ServiceGroupMember]
operationEnumADD | REMOVE | FAILED_TO_ADD | FAILED_TO_DELETE
ADD
REMOVE
FAILED_TO_ADD
FAILED_TO_DELETE

Attributes
NameTypeDescription
operationxsd:string