Get Relationship Result
data class GetRelationshipResult(val cardinality: String? = null, val description: Map<String, String>? = null, val displayName: Map<String, String>? = null, val expiryDateTimeUtc: String? = null, val fields: List<PropertyDefinitionResponse>? = null, val id: String, val lookupMappings: List<RelationshipTypeMappingResponse>? = null, val name: String, val profileType: String, val provisioningState: String, val relatedProfileType: String, val relationshipGuidId: String, val relationshipName: String, val tenantId: String, val type: String)
The relationship resource format.
Constructors
Link copied to clipboard
fun GetRelationshipResult(cardinality: String? = null, description: Map<String, String>? = null, displayName: Map<String, String>? = null, expiryDateTimeUtc: String? = null, fields: List<PropertyDefinitionResponse>? = null, id: String, lookupMappings: List<RelationshipTypeMappingResponse>? = null, name: String, profileType: String, provisioningState: String, relatedProfileType: String, relationshipGuidId: String, relationshipName: String, tenantId: String, type: String)