Name: FilterProperty

Encapsulates a property which can be used to filter items. A property is a key value pair.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.FilterProperty",
   "name": <String>,
   "propertyValueType": 'STRING' | 'LONG' | 'DOUBLE' | 'TIMESTAMP',
}

Elements
NameTypeDescription
propertyValueTypeSTRING | LONG | DOUBLE | TIMESTAMP
STRINGString type
LONGLong integer number type
DOUBLEDouble floating point number type
TIMESTAMPTimestamp type

Attributes
NameTypeDescription
namexsd:string