Class RepositoryInfo.

RepositoryInfo

interface RepositoryInfo {
    Enabled?: boolean;
    Name?: null | string;
    Url?: null | string;
}

Properties

Properties

Enabled?: boolean

Gets or sets a value indicating whether the repository is enabled.

RepositoryInfo

Name?: null | string

Gets or sets the name.

RepositoryInfo

Url?: null | string

Gets or sets the URL.

RepositoryInfo