Name: Request

Utility class which brings list of entities which are to updated and list of properties to be changed on all of these entities. New values of specified properties are picked from each entity in the list. Typically the object is used by REST API client to send list of properties to be changed and an instance of the entity from where these properties are sourced.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.Request",
   "objectsWithNewValues": [T],
   "propertiesToBeUpdated": [<String>],
}

Elements
NameTypeDescription
objectWithNewValues (wrapped by objectsWithNewValues)xsd:list[T]List of entities with new values
property (wrapped by propertiesToBeUpdated)xsd:list[xsd:string]List of properties which are to be updated