Private/Types/models/ConnectionLogModel.generated.psm1


class ConnectionLogModel
{
    [boolean]$CanModify = $false
    [String]$Comment = ''
    [String]$ConnectionID = $null
    [String]$ConnectionName = ''
    [String]$ConnectionTypeName = ''
    [String]$EndDateTimeUTC = $null
    [String]$GravatarUrl = ''
    [String]$GroupName = ''
    [String]$ID = $null
    [boolean]$IsEmbedded = $null
    [String]$MachineName = ''
    [String]$Message = ''
    [String]$RepositoryID = $null
    [String]$StartDateTime = $null
    [String]$StartDateTimeUTC = $null
    [String]$Username = ''
    [String]$Version = ''
}