Private/Types/models/DataSourceVariable.generated.psm1


class DataSourceVariable
{
    [String]$Description = ''
    [String]$Name = ''
    [String]$Value = ''
}