Get Link Result
data class GetLinkResult(val description: Map<String, String>? = null, val displayName: Map<String, String>? = null, val id: String, val linkName: String, val mappings: List<TypePropertiesMappingResponse>? = null, val name: String, val operationType: String? = null, val participantPropertyReferences: List<ParticipantPropertyReferenceResponse>, val provisioningState: String, val referenceOnly: Boolean? = null, val sourceEntityType: String, val sourceEntityTypeName: String, val targetEntityType: String, val targetEntityTypeName: String, val tenantId: String, val type: String)
The link resource format.
Constructors
Link copied to clipboard
fun GetLinkResult(description: Map<String, String>? = null, displayName: Map<String, String>? = null, id: String, linkName: String, mappings: List<TypePropertiesMappingResponse>? = null, name: String, operationType: String? = null, participantPropertyReferences: List<ParticipantPropertyReferenceResponse>, provisioningState: String, referenceOnly: Boolean? = null, sourceEntityType: String, sourceEntityTypeName: String, targetEntityType: String, targetEntityTypeName: String, tenantId: String, type: String)