Import Collector Properties Response
data class ImportCollectorPropertiesResponse(val createdTimestamp: String, val discoverySiteId: String? = null, val updatedTimestamp: String)
Constructors
Link copied to clipboard
fun ImportCollectorPropertiesResponse(createdTimestamp: String, discoverySiteId: String? = null, updatedTimestamp: String)