Name: MultipleSelectionRequest

Encapsulates an entity for modication of one or more resources. It contains the entity with new value or values, the list of ids that represent the target resources which are to be modified, the property names of the entity to be modified. For example, a resource is virtual machine replication configuration.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.MultipleSelectionRequest",
   "ids": [<String>],
   "newValue": T,
   "propertyNames": [<String>],
}

Elements
NameTypeDescription
id (wrapped by ids)xsd:list[xsd:string]List of IDs of a resource to which the new incoming values are applied against.
newValueTThe entity with the new values.
prop (wrapped by propertyNames)xsd:list[xsd:string]Set of properties of the entity that contains the new values that are applied to the resource.