Get Import Collector Result
data class GetImportCollectorResult(val eTag: String? = null, val id: String, val name: String, val properties: ImportCollectorPropertiesResponse, val type: String)
Constructors
Link copied to clipboard
constructor(eTag: String? = null, id: String, name: String, properties: ImportCollectorPropertiesResponse, type: String)