Class ReadRepositoryFileRequest (0.5.9)

ReadRepositoryFileRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

ReadRepositoryFile request message.

Attributes

NameDescription
name str
Required. The repository's name.
commit_sha str
Optional. The commit SHA for the commit to read from. If unset, the file will be read from HEAD.
path str
Required. Full file path to read including filename, from repository root.