ReqOwnershipAssign

@JsonClass(generateAdapter = true)
data class ReqOwnershipAssign(val source: String, val type: TikiSdkDataTypeEnum, val contains: List<String>, val about: String? = null, val origin: String? = null)

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

Constructors

Link copied to clipboard
fun ReqOwnershipAssign(source: String, type: TikiSdkDataTypeEnum, contains: List<String>, about: String? = null, origin: String? = null)

Create empty Req ownership assign

Properties

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