ReqOwnershipGet

@JsonClass(generateAdapter = true)
data class ReqOwnershipGet(val source: String, val origin: String? = null)

The request for the getOwnership method call in the Platform Channel.

Constructors

Link copied to clipboard
fun ReqOwnershipGet(source: String, origin: String? = null)

Create empty Req ownership get

Properties

Link copied to clipboard
val origin: String? = null
Link copied to clipboard