ProjectColumn¶
-
class
github.ProjectColumn.
ProjectColumn
¶ This class represents Project Columns.
The reference can be found here https://docs.github.com/en/rest/reference/projects#columns
The OpenAPI schema can be found at - /components/schemas/project-column
-
get_cards
(archived_state: Union[str, github.GithubObject._NotSetType] = NotSet) → github.PaginatedList.PaginatedList[github.ProjectCard.ProjectCard][github.ProjectCard.ProjectCard]¶
-
create_card
(note: Union[str, github.GithubObject._NotSetType] = NotSet, content_id: Union[int, github.GithubObject._NotSetType] = NotSet, content_type: Union[str, github.GithubObject._NotSetType] = NotSet) → github.ProjectCard.ProjectCard¶
-
move
(position: str) → bool¶
-
delete
() → bool¶
-
edit
(name: str) → None¶
-