LinkedDatabaseResponse

data class LinkedDatabaseResponse(val id: String? = null, val state: String)

Specifies details of a linked database resource.

Constructors

Link copied to clipboard
constructor(id: String? = null, state: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

Resource ID of a database resource to link with this database.

Link copied to clipboard

State of the link between the database resources.