ParentPropertiesResponse

data class ParentPropertiesResponse(val id: String? = null, val syncProperties: SyncPropertiesResponse)

The properties of the connected registry parent.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

The resource ID of the parent to which the connected registry will be associated.

Link copied to clipboard

The sync properties of the connected registry with its parent.