ArchivePackageSourceProperties Class
The properties of the archive package source.
Constructor
ArchivePackageSourceProperties(*, type: str | _models.PackageSourceType | None = None, url: str | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
type
|
The type of package source for a archive. "remote" Default value: None
|
|
url
|
The external repository url. Default value: None
|
Variables
| Name | Description |
|---|---|
|
type
|
The type of package source for a archive. "remote" |
|
url
|
The external repository url. |