Name | Type | Description | Notes |
---|---|---|---|
property_name | string | Name of the property | [optional] |
property_data_type | string | Data type of the property; possible values are "string", "integer", "double" or "date" | [optional] |
string_value | string | If the property is of a string data type, then provides the string value if available | [optional] |
integer_value | int | If the property is of a integer data type, then provides the integer value if available | [optional] |
double_value | double | If the property is of a double floating point data type, then provides the double value if available | [optional] |
date_value | \DateTime | If the property is of a date time data type, then provides the date time value if available | [optional] |