Get Profile Result
data class GetProfileResult(val apiEntitySetName: String? = null, val attributes: Map<String, List<String>>? = null, val description: Map<String, String>? = null, val displayName: Map<String, String>? = null, val entityType: String? = null, val fields: List<PropertyDefinitionResponse>? = null, val id: String, val instancesCount: Int? = null, val largeImage: String? = null, val lastChangedUtc: String, val localizedAttributes: Map<String, Map<String, String>>? = null, val mediumImage: String? = null, val name: String, val provisioningState: String, val schemaItemTypeLink: String? = null, val smallImage: String? = null, val strongIds: List<StrongIdResponse>? = null, val tenantId: String, val timestampFieldName: String? = null, val type: String, val typeName: String? = null)
The profile resource format.
Constructors
Link copied to clipboard
fun GetProfileResult(apiEntitySetName: String? = null, attributes: Map<String, List<String>>? = null, description: Map<String, String>? = null, displayName: Map<String, String>? = null, entityType: String? = null, fields: List<PropertyDefinitionResponse>? = null, id: String, instancesCount: Int? = null, largeImage: String? = null, lastChangedUtc: String, localizedAttributes: Map<String, Map<String, String>>? = null, mediumImage: String? = null, name: String, provisioningState: String, schemaItemTypeLink: String? = null, smallImage: String? = null, strongIds: List<StrongIdResponse>? = null, tenantId: String, timestampFieldName: String? = null, type: String, typeName: String? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard