Get Custom Properties Property
data class GetCustomPropertiesProperty(val customPropertyId: String, val id: String, val propertyKey: String, val propertyValues: List<GetCustomPropertiesPropertyPropertyValue>)
Constructors
Link copied to clipboard
constructor(customPropertyId: String, id: String, propertyKey: String, propertyValues: List<GetCustomPropertiesPropertyPropertyValue>)