diff --git a/github/Autolink.py b/github/Autolink.py index 5ee2dd13..269e5f5a 100644 --- a/github/Autolink.py +++ b/github/Autolink.py @@ -26,6 +26,11 @@ from github.GithubObject import Attribute, NonCompletableGithubObject, NotSet class Autolink(NonCompletableGithubObject): + """ + This class represents Repository autolinks. + The reference can be found here https://docs.github.com/en/rest/repos/autolinks?apiVersion=2022-11-28 + """ + def _initAttributes(self) -> None: self._id: Attribute[int] = NotSet self._key_prefix: Attribute[str] = NotSet