Get Custom Properties Result
data class GetCustomPropertiesResult(val id: String, val ids: List<String>, val outputFile: String? = null, val properties: List<GetCustomPropertiesProperty>)
A collection of values returned by getCustomProperties.