Private/Types/models/UserProfileEntity.generated.psm1


class UserProfileEntity
{
    [String]$GravatarUrl = ''
    [String]$FullName = ''
    [String]$Address = ''
    [String]$CellPhone = ''
    [String]$CompanyName = ''
    [String]$CountryCode = ''
    [String]$CountryName = ''
    [String]$CreationDate = $null
    [String]$Culture = ''
    [String]$Department = ''
    [String]$Fax = ''
    [String]$FirstName = ''
    [String]$GravatarEmail = ''
    [String]$ID = $null
    [String]$JobTitle = ''
    [String]$LastName = ''
    [String]$Phone = ''
    [String]$Serial = ''
    [String]$State = ''
    [boolean]$SubscribeToNewsletter = $false
    [String]$UserID = $null
    [String]$Workphone = ''
}