DependencyOfRelationshipPropertiesResponse

data class DependencyOfRelationshipPropertiesResponse(val metadata: RelationshipMetadataResponse, val originInformation: RelationshipOriginInformationResponse, val provisioningState: String, val sourceId: String, val targetId: String, val targetTenant: String? = null)

dependencyOf relationship properties.

Constructors

constructor(metadata: RelationshipMetadataResponse, originInformation: RelationshipOriginInformationResponse, provisioningState: String, sourceId: String, targetId: String, targetTenant: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Metadata about the relationship.

Link copied to clipboard

Information about the origin of the relationship.

Link copied to clipboard

The provisioning state of the relationship.

Link copied to clipboard

The relationship source resource id.

Link copied to clipboard

The relationship target resource id.

Link copied to clipboard
val targetTenant: String? = null

The relationship target tenant id.