HMSCreateWhiteBoardResponse

data class HMSCreateWhiteBoardResponse(val id: String?, val owner: String?)

Constructors

Link copied to clipboard

Properties

Link copied to clipboard
@SerializedName(value = "id")
val id: String?
Link copied to clipboard
@SerializedName(value = "owner")
val owner: String?