# CloudmersiveConvertApiClient.DocxMetadataCustomProperty

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**propertyName** | **String** | Name of the property | [optional] 
**propertyDataType** | **String** | Data type of the property; possible values are \&quot;string\&quot;, \&quot;integer\&quot;, \&quot;double\&quot; or \&quot;date\&quot; | [optional] 
**stringValue** | **String** | If the property is of a string data type, then provides the string value if available | [optional] 
**integerValue** | **Number** | If the property is of a integer data type, then provides the integer value if available | [optional] 
**doubleValue** | **Number** | If the property is of a double floating point data type, then provides the double value if available | [optional] 
**dateValue** | **Date** | If the property is of a date time data type, then provides the date time value if available | [optional] 


