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.
Constructors
Link copied to clipboard
fun GetCustomPropertiesResult(id: String, ids: List<String>, outputFile: String? = null, properties: List<GetCustomPropertiesProperty>)