InteroperabilityResponse

data class InteroperabilityResponse(val isSuccess: Boolean)

Data class representing the response of an interoperability operation.

Constructors

Link copied to clipboard
constructor(isSuccess: Boolean)

Properties

Link copied to clipboard

True if the interoperability operation was successful, false otherwise.