MetadataSource Class

The original source of the content item, where it comes from.

Constructor

MetadataSource(*args: Any, **kwargs: Any)

Variables

Name Description
kind

Source type of the content. Required. Known values are: "LocalWorkspace", "Community", "Solution", and "SourceRepository".

name
str

Name of the content source. The repo name, solution name, LA workspace name etc.

source_id
str

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