Class ObjectStoreListItem

java.lang.Object
com.here.platform.data.client.model.ObjectStoreListItem
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product

public class ObjectStoreListItem extends Object implements scala.Product, Serializable
param: name Name of the key. param: keyType Type of the key. It can have two values: [object, commonPrefix]. Object represents complete single key while commonPrefix represents prefix of a key that is delimeted by /. param: lastModified Indicates the time when the object was modified last. param: size Size of the object.
See Also: