Publisher Info Response
data class PublisherInfoResponse(val binaryName: String? = null, val productName: String? = null, val publisherName: String? = null, val version: String? = null)
Represents the publisher information of a process/rule
Constructors
Link copied to clipboard
fun PublisherInfoResponse(binaryName: String? = null, productName: String? = null, publisherName: String? = null, version: String? = null)