There was an error while loading. Please reload this page.
1 parent b187dea commit 62fa271Copy full SHA for 62fa271
1 file changed
gitlab/v4/objects/files.py
@@ -40,6 +40,7 @@ class ProjectFile(SaveMixin, ObjectDeleteMixin, RESTObject):
40
commit_message: str
41
file_path: str
42
manager: "ProjectFileManager"
43
+ content: str # since the `decode()` method uses `self.content`
44
45
def decode(self) -> bytes:
46
"""Returns the decoded content of the file.
0 commit comments