HubResponse

data class HubResponse(val resourceId: String? = null, val resourceType: String? = null)

Hub Item.

Constructors

Link copied to clipboard
constructor(resourceId: String? = null, resourceType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val resourceId: String? = null

Resource Id.

Link copied to clipboard
val resourceType: String? = null

Resource Type.