models/artifact/feed.ps1

Class Feed
{
    [string] $id
    [string] $name
    [string] $description
    [string] $url

    [bool] $hideDeletedPackageVersions
    [string] $defaultViewId
    [Project] $project
    [string] $viewId
    [string] $viewName
    [string] $fullyQualifiedName
    [string] $fullyQualifiedId
    [bool] $upstreamEnabled
    [bool] $badgesEnabled
    [object] $upstreamSources
    [string] $upstreamEnabledChangedDate
    [string] $capabilities
    [System.Collections.Specialized.OrderedDictionary] hidden $_links

    Feed() {
    
    }

}