MetadataSource Class
The original source of the content item, where it comes from.
Constructor
MetadataSource(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
kind
|
str or
SourceKind
Source type of the content. Required. Known values are: "LocalWorkspace", "Community", "Solution", and "SourceRepository". |
|
name
|
Name of the content source. The repo name, solution name, LA workspace name etc. |
|
source_id
|
ID of the content source. The solution ID, workspace ID, etc. |
Attributes
kind
"LocalWorkspace", "Community", "Solution", and "SourceRepository".
kind: str | _models.SourceKind
name
Name of the content source. The repo name, solution name, LA workspace name etc.
name: str | None
source_id
ID of the content source. The solution ID, workspace ID, etc.
source_id: str | None