/* eslint-disable*/ export interface ComplexEntityMetadata { UsesBusinessDataLabelTable?: boolean; SyncToExternalSearchIndex?: boolean; Settings?: import("../complextypes/EntitySetting").EntitySetting[]; SettingOf?: string; SchemaName?: string; ReportViewName?: string; RecurrenceBaseEntityLogicalName?: string; Privileges?: import("../complextypes/SecurityPrivilegeMetadata").SecurityPrivilegeMetadata[]; PrimaryNameAttribute?: string; PrimaryImageAttribute?: string; PrimaryIdAttribute?: string; OwnershipType?: import("../enums/OwnershipTypes").OwnershipTypes; OneToManyRelationships?: import("../complextypes/ComplexOneToManyRelationshipMetadata").ComplexOneToManyRelationshipMetadata[]; ObjectTypeCode?: number; MobileOfflineFilters?: string; MetadataId?: import("cdsify").Guid; ManyToOneRelationships?: import("../complextypes/ComplexOneToManyRelationshipMetadata").ComplexOneToManyRelationshipMetadata[]; ManyToManyRelationships?: import("../complextypes/ComplexManyToManyRelationshipMetadata").ComplexManyToManyRelationshipMetadata[]; LogicalName?: string; LogicalCollectionName?: string; Keys?: import("../complextypes/ComplexEntityKeyMetadata").ComplexEntityKeyMetadata[]; IsVisibleInMobileClient?: import("../complextypes/BooleanManagedProperty").BooleanManagedProperty; IsVisibleInMobile?: import("../complextypes/BooleanManagedProperty").BooleanManagedProperty; IsValidForQueue?: import("../complextypes/BooleanManagedProperty").BooleanManagedProperty; IsValidForAdvancedFind?: boolean; IsStateModelAware?: boolean; IsSolutionAware?: boolean; IsSLAEnabled?: boolean; IsRenameable?: import("../complextypes/BooleanManagedProperty").BooleanManagedProperty; IsReadingPaneEnabled?: boolean; IsReadOnlyInMobileClient?: import("../complextypes/BooleanManagedProperty").BooleanManagedProperty; IsQuickCreateEnabled?: boolean; IsPrivate?: boolean; IsOptimisticConcurrencyEnabled?: boolean; IsOneNoteIntegrationEnabled?: boolean; IsOfflineInMobileClient?: import("../complextypes/BooleanManagedProperty").BooleanManagedProperty; IsMappable?: import("../complextypes/BooleanManagedProperty").BooleanManagedProperty; IsManaged?: boolean; IsMailMergeEnabled?: import("../complextypes/BooleanManagedProperty").BooleanManagedProperty; IsMSTeamsIntegrationEnabled?: boolean; IsLogicalEntity?: boolean; IsKnowledgeManagementEnabled?: boolean; IsIntersect?: boolean; IsInteractionCentricEnabled?: boolean; IsImportable?: boolean; IsEnabledForTrace?: boolean; IsEnabledForExternalChannels?: boolean; IsEnabledForCharts?: boolean; IsDuplicateDetectionEnabled?: import("../complextypes/BooleanManagedProperty").BooleanManagedProperty; IsDocumentRecommendationsEnabled?: boolean; IsDocumentManagementEnabled?: boolean; IsCustomizable?: import("../complextypes/BooleanManagedProperty").BooleanManagedProperty; IsCustomEntity?: boolean; IsConnectionsEnabled?: import("../complextypes/BooleanManagedProperty").BooleanManagedProperty; IsChildEntity?: boolean; IsBusinessProcessEnabled?: boolean; IsBPFEntity?: boolean; IsAvailableOffline?: boolean; IsAuditEnabled?: import("../complextypes/BooleanManagedProperty").BooleanManagedProperty; IsActivityParty?: boolean; IsActivity?: boolean; IsAIRUpdated?: boolean; IntroducedVersion?: string; IconVectorName?: string; IconSmallName?: string; IconMediumName?: string; IconLargeName?: string; HasNotes?: boolean; HasFeedback?: boolean; HasChanged?: boolean; HasActivities?: boolean; ExternalName?: string; ExternalCollectionName?: string; EntitySetName?: string; EntityHelpUrlEnabled?: boolean; EntityHelpUrl?: string; EntityColor?: string; EnforceStateTransitions?: boolean; DisplayName?: import("../complextypes/Label").Label; DisplayCollectionName?: import("../complextypes/Label").Label; Description?: import("../complextypes/Label").Label; DaysSinceRecordLastModified?: number; DataSourceId?: import("cdsify").Guid; DataProviderId?: import("cdsify").Guid; CollectionSchemaName?: string; ChangeTrackingEnabled?: boolean; CanTriggerWorkflow?: boolean; CanModifyAdditionalSettings?: import("../complextypes/BooleanManagedProperty").BooleanManagedProperty; CanEnableSyncToExternalSearchIndex?: import("../complextypes/BooleanManagedProperty").BooleanManagedProperty; CanCreateViews?: import("../complextypes/BooleanManagedProperty").BooleanManagedProperty; CanCreateForms?: import("../complextypes/BooleanManagedProperty").BooleanManagedProperty; CanCreateCharts?: import("../complextypes/BooleanManagedProperty").BooleanManagedProperty; CanCreateAttributes?: import("../complextypes/BooleanManagedProperty").BooleanManagedProperty; CanChangeTrackingBeEnabled?: import("../complextypes/BooleanManagedProperty").BooleanManagedProperty; CanChangeHierarchicalRelationship?: import("../complextypes/BooleanManagedProperty").BooleanManagedProperty; CanBeRelatedEntityInRelationship?: import("../complextypes/BooleanManagedProperty").BooleanManagedProperty; CanBePrimaryEntityInRelationship?: import("../complextypes/BooleanManagedProperty").BooleanManagedProperty; CanBeInManyToMany?: import("../complextypes/BooleanManagedProperty").BooleanManagedProperty; CanBeInCustomEntityAssociation?: import("../complextypes/BooleanManagedProperty").BooleanManagedProperty; AutoRouteToOwnerQueue?: boolean; AutoCreateAccessTeams?: boolean; Attributes?: import("../complextypes/ComplexAttributeMetadata").ComplexAttributeMetadata[]; ActivityTypeMask?: number; }