interface ArtifactProvider {
    id?: number;
    name?: string;
    sourceUri?: string;
    version?: string;
}

Properties

id?: number

Gets or sets the id of artifact provider.

name?: string

Gets or sets the name of artifact provider.

sourceUri?: string

Gets or sets the link of artifact provider.

version?: string

Gets or sets the version of artifact provider.