modules/Devolutions.CIEM.Graph/Classes/CIEMGraphEdge.ps1

class CIEMGraphEdge {
    [int]$Id
    [string]$SourceId
    [string]$TargetId
    [string]$Kind
    [string]$Properties
    [int]$Computed
    [string]$CollectedAt

    CIEMGraphEdge() {}
}