Name: StorageContainer

A storage container associated with the object. Could be a share, a folder, a datastore, etc.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.generic.StorageContainer",
   "id": <String>,
   "name": <String>,
}

Attributes
NameTypeDescription
idxsd:stringId of the storage container. Returned by the API.
namexsd:stringName of the storage container. This is displayed on the OneUI field.